Przeglądaj źródła

Reduce tab stop in script editor to something sane

Neal Wilson 11 lat temu
rodzic
commit
ac5eb2241f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      src/unsupportedserial.w

+ 1
- 0
src/unsupportedserial.w Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz