diff options
author | Ken Moore <moorekou@gmail.com> | 2016-01-11 15:51:52 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-01-11 15:51:52 -0500 |
commit | 4a94520f2e6eb55f9d651321b15ed638404a66bb (patch) | |
tree | 8d4b3f7d8ec2cf262e4cfc595ab86768b3820f81 /lumina-desktop/panel-plugins/userbutton/UserWidget.ui | |
parent | Start the work of abstracting out the OS-detection/build system from the indi... (diff) | |
download | lumina-4a94520f2e6eb55f9d651321b15ed638404a66bb.tar.gz lumina-4a94520f2e6eb55f9d651321b15ed638404a66bb.tar.bz2 lumina-4a94520f2e6eb55f9d651321b15ed638404a66bb.zip |
Large cleanup of the Lumina project files and OS-detection/support systems.
1) Setup all the subprojects to use the new OS-detect.pri subfile
2) Automatically detect/set the build datetime string for the project when qmake is run.
3) Automatically read/embed the current GIT revision into the Lumina version string
4) Remove the old QtConfig shortcut function from the LuminaOS class (and all templates).
Diffstat (limited to 'lumina-desktop/panel-plugins/userbutton/UserWidget.ui')
-rw-r--r-- | lumina-desktop/panel-plugins/userbutton/UserWidget.ui | 32 |
1 files changed, 5 insertions, 27 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/UserWidget.ui b/lumina-desktop/panel-plugins/userbutton/UserWidget.ui index 53eb1f94..9ef5af7e 100644 --- a/lumina-desktop/panel-plugins/userbutton/UserWidget.ui +++ b/lumina-desktop/panel-plugins/userbutton/UserWidget.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>292</width> + <width>294</width> <height>289</height> </rect> </property> @@ -276,8 +276,8 @@ <rect> <x>0</x> <y>0</y> - <width>259</width> - <height>247</height> + <width>98</width> + <height>28</height> </rect> </property> </widget> @@ -444,8 +444,8 @@ <rect> <x>0</x> <y>0</y> - <width>259</width> - <height>247</height> + <width>98</width> + <height>28</height> </rect> </property> </widget> @@ -528,28 +528,6 @@ </widget> </item> <item> - <widget class="QToolButton" name="tool_qtconfig"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Application Appearance</string> - </property> - <property name="iconSize"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - </widget> - </item> - <item> <widget class="QToolButton" name="tool_config_screensaver"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |