Start: Small fixes in preference page

This commit is contained in:
Yorik van Havre
2018-08-05 19:03:56 -03:00
committed by Yorik van Havre
parent ac6586a207
commit 5bc02545ca
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>476</width>
<height>507</height>
<height>533</height>
</rect>
</property>
<property name="windowTitle">
@@ -400,7 +400,7 @@
<item row="12" column="0">
<widget class="QLabel" name="autoModuleLabel">
<property name="text">
<string>Auto load module after loafing</string>
<string>Switch workbench after loafing</string>
</property>
</widget>
</item>

View File

@@ -41,6 +41,7 @@ DlgStartPreferencesImp::DlgStartPreferencesImp( QWidget* parent )
// Hide currently unused controls
label_12->hide();
label_7->hide();
colorButton_7->hide();
radioButton_1->hide();
radioButton_2->hide();