diff options
Diffstat (limited to 'gui/KCC-Linux.ui')
| -rw-r--r-- | gui/KCC-Linux.ui | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/gui/KCC-Linux.ui b/gui/KCC-Linux.ui index edf8fa4..3a26ad0 100644 --- a/gui/KCC-Linux.ui +++ b/gui/KCC-Linux.ui @@ -478,7 +478,7 @@ <rect> <x>10</x> <y>10</y> - <width>195</width> + <width>141</width> <height>32</height> </rect> </property> @@ -498,9 +498,9 @@ <widget class="QPushButton" name="AdvModeButton"> <property name="geometry"> <rect> - <x>217</x> + <x>260</x> <y>10</y> - <width>195</width> + <width>151</width> <height>32</height> </rect> </property> @@ -767,6 +767,32 @@ </layout> </widget> </widget> + <widget class="QPushButton" name="EditorButton"> + <property name="geometry"> + <rect> + <x>160</x> + <y>10</y> + <width>91</width> + <height>32</height> + </rect> + </property> + <property name="font"> + <font> + <family>DejaVu Sans</family> + <pointsize>9</pointsize> + </font> + </property> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Editor</string> + </property> + <property name="icon"> + <iconset resource="KCC.qrc"> + <normaloff>:/Other/icons/editor.png</normaloff>:/Other/icons/editor.png</iconset> + </property> + </widget> <zorder>OptionsAdvanced</zorder> <zorder>DeviceBox</zorder> <zorder>FormatBox</zorder> @@ -780,6 +806,7 @@ <zorder>AdvModeButton</zorder> <zorder>OptionsAdvancedGamma</zorder> <zorder>OptionsExpert</zorder> + <zorder>EditorButton</zorder> <zorder>ProgressBar</zorder> </widget> <widget class="QStatusBar" name="statusBar"> |