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

Do not allow toolbar to be hidden

parent 657ba3f6
......@@ -2573,6 +2573,9 @@
</layout>
</widget>
<widget class="QToolBar" name="toolbar">
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
<property name="windowTitle">
<string>Blink Preferences</string>
</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