aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-07-09 09:36:33 -0400
committerKen Moore <moorekou@gmail.com>2015-07-09 09:36:33 -0400
commitf1e6bce0715727c33186f8ae3b92838b62e3a46f (patch)
tree3b775a90dcd4d677fad67b90baf30dcc32868090
parentRemove the context menu on the toolbar in lumina-fm (diff)
downloadlumina-f1e6bce0715727c33186f8ae3b92838b62e3a46f.tar.gz
lumina-f1e6bce0715727c33186f8ae3b92838b62e3a46f.tar.bz2
lumina-f1e6bce0715727c33186f8ae3b92838b62e3a46f.zip
Remove the context menu on the toolbar in lumina-config
-rw-r--r--lumina-config/mainUI.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui
index 5625d0a8..6a05726d 100644
--- a/lumina-config/mainUI.ui
+++ b/lumina-config/mainUI.ui
@@ -591,8 +591,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>487</width>
- <height>263</height>
+ <width>498</width>
+ <height>270</height>
</rect>
</property>
</widget>
@@ -1384,7 +1384,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>129</width>
+ <width>117</width>
<height>28</height>
</rect>
</property>
@@ -1504,13 +1504,13 @@
<x>0</x>
<y>0</y>
<width>596</width>
- <height>19</height>
+ <height>20</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
+ <enum>Qt::CustomContextMenu</enum>
</property>
<property name="windowTitle">
<string>toolBar</string>
bgstack15