diff options
author | Ken Moore <ken@pcbsd.org> | 2014-11-18 10:54:24 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-11-18 10:54:24 -0500 |
commit | 7dc2becd4bc422da6eb51de94dc8937abd70f5c1 (patch) | |
tree | 43c190a5e1e7c891a9ebb01b55ad2279ef0bcfa6 /lumina-config/mainUI.ui | |
parent | Finish up the new Mime type default app usage in lumina-config and lumina-ope... (diff) | |
download | lumina-7dc2becd4bc422da6eb51de94dc8937abd70f5c1.tar.gz lumina-7dc2becd4bc422da6eb51de94dc8937abd70f5c1.tar.bz2 lumina-7dc2becd4bc422da6eb51de94dc8937abd70f5c1.zip |
Finish cleaning up the new mime-type application defaults methodology: It seems to be working great now, and cleans up lumina-config a bit as well.
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r-- | lumina-config/mainUI.ui | 75 |
1 files changed, 15 insertions, 60 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui index 2e17be03..7495240a 100644 --- a/lumina-config/mainUI.ui +++ b/lumina-config/mainUI.ui @@ -97,7 +97,7 @@ <enum>QFrame::StyledPanel</enum> </property> <property name="currentIndex"> - <number>4</number> + <number>2</number> </property> <widget class="QWidget" name="page_desktop"> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -375,8 +375,8 @@ <rect> <x>0</x> <y>0</y> - <width>192</width> - <height>115</height> + <width>265</width> + <height>193</height> </rect> </property> <attribute name="label"> @@ -464,8 +464,8 @@ <rect> <x>0</x> <y>0</y> - <width>191</width> - <height>107</height> + <width>177</width> + <height>106</height> </rect> </property> <attribute name="label"> @@ -602,8 +602,8 @@ <rect> <x>0</x> <y>0</y> - <width>192</width> - <height>115</height> + <width>266</width> + <height>193</height> </rect> </property> <attribute name="label"> @@ -691,8 +691,8 @@ <rect> <x>0</x> <y>0</y> - <width>191</width> - <height>107</height> + <width>177</width> + <height>106</height> </rect> </property> <attribute name="label"> @@ -778,28 +778,7 @@ </widget> <widget class="QWidget" name="page_menu"> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="1"> - <layout class="QHBoxLayout" name="horizontalLayout_14"> - <item> - <widget class="QLabel" name="label_10"> - <property name="text"> - <string>Terminal Command:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="line_menu_term"/> - </item> - <item> - <widget class="QToolButton" name="tool_menu_findterm"> - <property name="text"> - <string notr="true">find</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0"> + <item row="0" column="0"> <spacer name="horizontalSpacer_7"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -812,10 +791,10 @@ </property> </spacer> </item> - <item row="2" column="1"> + <item row="0" column="1"> <widget class="QListWidget" name="list_menu"/> </item> - <item row="2" column="2"> + <item row="0" column="2"> <spacer name="horizontalSpacer_8"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -828,7 +807,7 @@ </property> </spacer> </item> - <item row="3" column="1"> + <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_13"> <item> <widget class="QToolButton" name="tool_menu_add"> @@ -873,30 +852,6 @@ </item> </layout> </item> - <item row="1" column="1"> - <layout class="QHBoxLayout" name="horizontalLayout_18"> - <property name="topMargin"> - <number>0</number> - </property> - <item> - <widget class="QLabel" name="label_15"> - <property name="text"> - <string>File Manager:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="line_menu_fm"/> - </item> - <item> - <widget class="QToolButton" name="tool_menu_findfm"> - <property name="text"> - <string>find</string> - </property> - </widget> - </item> - </layout> - </item> </layout> </widget> <widget class="QWidget" name="page_shortcuts"> @@ -1535,7 +1490,7 @@ <rect> <x>0</x> <y>0</y> - <width>129</width> + <width>118</width> <height>26</height> </rect> </property> @@ -1643,7 +1598,7 @@ <x>0</x> <y>0</y> <width>579</width> - <height>21</height> + <height>20</height> </rect> </property> </widget> |