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