Commit 4e3b750f authored by Dan Pascu's avatar Dan Pascu

Do not allow toolbar to be hidden

parent 657ba3f6
...@@ -2573,6 +2573,9 @@ ...@@ -2573,6 +2573,9 @@
</layout> </layout>
</widget> </widget>
<widget class="QToolBar" name="toolbar"> <widget class="QToolBar" name="toolbar">
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Blink Preferences</string> <string>Blink Preferences</string>
</property> </property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment