Переглянути джерело

Reduce tab stop in script editor to something sane

Neal Wilson 10 роки тому
джерело
коміт
ac5eb2241f
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      src/unsupportedserial.w

+ 1
- 0
src/unsupportedserial.w Переглянути файл

@@ -62,6 +62,7 @@ UnsupportedSerialDeviceConfWidget::UnsupportedSerialDeviceConfWidget(DeviceTreeM
62 62
 	deviceSettingsModel(new SaltModel(2)),
63 63
 	scriptEditor(new QTextEdit)
64 64
 {
65
+	scriptEditor->setTabStopWidth(20);
65 66
 	QVBoxLayout *dummyLayout = new QVBoxLayout;
66 67
 	QTabWidget *central = new QTabWidget;
67 68
 	QWidget *deviceConfigurationWidget = new QWidget;

Завантаження…
Відмінити
Зберегти