aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-07-09 09:34:32 -0400
committerKen Moore <moorekou@gmail.com>2015-07-09 09:34:32 -0400
commit217f94c06450b577dfc2e05c52e9591032cbd916 (patch)
treeba9ef2c42617eb3eed4eb2029799e864d34a0567
parentFix up the clipping/sizing issues with the applauncher desktop icons. (diff)
downloadlumina-217f94c06450b577dfc2e05c52e9591032cbd916.tar.gz
lumina-217f94c06450b577dfc2e05c52e9591032cbd916.tar.bz2
lumina-217f94c06450b577dfc2e05c52e9591032cbd916.zip
Remove the context menu on the toolbar in lumina-screenshot
-rw-r--r--lumina-screenshot/MainUI.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina-screenshot/MainUI.ui b/lumina-screenshot/MainUI.ui
index a9ee7aaa..7edf1a44 100644
--- a/lumina-screenshot/MainUI.ui
+++ b/lumina-screenshot/MainUI.ui
@@ -96,6 +96,9 @@
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
+ <property name="contextMenuPolicy">
+ <enum>Qt::CustomContextMenu</enum>
+ </property>
<property name="windowTitle">
<string>toolBar</string>
</property>
bgstack15