diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-11 13:44:56 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-11 13:44:56 -0400 |
commit | 3dd44279bef089488ff02b7602563a8d76031875 (patch) | |
tree | 35debb22fcc9be19504460154b471d24ae1981e9 | |
parent | Fix a bug with the detection/usage of the snapshot relative paths when calcul... (diff) | |
download | lumina-3dd44279bef089488ff02b7602563a8d76031875.tar.gz lumina-3dd44279bef089488ff02b7602563a8d76031875.tar.bz2 lumina-3dd44279bef089488ff02b7602563a8d76031875.zip |
Adjust the tooltip for the applications tab of the user button.
-rw-r--r-- | lumina-desktop/panel-plugins/userbutton/UserWidget.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/UserWidget.ui b/lumina-desktop/panel-plugins/userbutton/UserWidget.ui index bce684fd..53eb1f94 100644 --- a/lumina-desktop/panel-plugins/userbutton/UserWidget.ui +++ b/lumina-desktop/panel-plugins/userbutton/UserWidget.ui @@ -17,7 +17,7 @@ <enum>QTabWidget::West</enum> </property> <property name="currentIndex"> - <number>2</number> + <number>0</number> </property> <widget class="QWidget" name="tab_fav"> <attribute name="title"> @@ -170,7 +170,7 @@ <rect> <x>0</x> <y>0</y> - <width>260</width> + <width>259</width> <height>247</height> </rect> </property> @@ -184,7 +184,7 @@ <string>Apps</string> </attribute> <attribute name="toolTip"> - <string>System Applications</string> + <string>Applications</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> @@ -276,7 +276,7 @@ <rect> <x>0</x> <y>0</y> - <width>260</width> + <width>259</width> <height>247</height> </rect> </property> @@ -444,7 +444,7 @@ <rect> <x>0</x> <y>0</y> - <width>260</width> + <width>259</width> <height>247</height> </rect> </property> |