diff options
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r-- | lumina-config/mainUI.ui | 63 |
1 files changed, 59 insertions, 4 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui index 6486ed6c..5d016d6c 100644 --- a/lumina-config/mainUI.ui +++ b/lumina-config/mainUI.ui @@ -384,8 +384,8 @@ <rect> <x>0</x> <y>0</y> - <width>265</width> - <height>184</height> + <width>214</width> + <height>140</height> </rect> </property> <attribute name="label"> @@ -621,8 +621,8 @@ <rect> <x>0</x> <y>0</y> - <width>266</width> - <height>184</height> + <width>214</width> + <height>140</height> </rect> </property> <attribute name="label"> @@ -1410,6 +1410,61 @@ </property> </spacer> </item> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="font"> + <font> + <weight>50</weight> + <bold>false</bold> + </font> + </property> + <property name="title"> + <string>Reset Desktop Settings</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_20"> + <item> + <spacer name="horizontalSpacer_18"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="push_session_resetSysDefaults"> + <property name="text"> + <string>Return to system defaults</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="push_session_resetLuminaDefaults"> + <property name="text"> + <string>Return to Lumina defaults</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_17"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> </layout> </widget> <widget class="QWidget" name="tab_2"> |