diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-09 09:34:32 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-09 09:34:32 -0400 |
commit | 217f94c06450b577dfc2e05c52e9591032cbd916 (patch) | |
tree | ba9ef2c42617eb3eed4eb2029799e864d34a0567 | |
parent | Fix up the clipping/sizing issues with the applauncher desktop icons. (diff) | |
download | lumina-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.ui | 3 |
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> |