Commit 1c84f1e1 authored by Dan Pascu's avatar Dan Pascu

Set menu popup mode to instant for the dial buttons that have menus

parent 3432c288
......@@ -575,6 +575,9 @@ buttons below.</string>
<height>18</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
</widget>
</item>
<item>
......@@ -601,6 +604,9 @@ buttons below.</string>
<height>18</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
</widget>
</item>
</layout>
......
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