aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins/userbutton
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/panel-plugins/userbutton')
-rw-r--r--lumina-desktop/panel-plugins/userbutton/UserWidget.ui10
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>
bgstack15