Commit a5405ad9 authored by Dan Pascu's avatar Dan Pascu

Fixed toolbutton images not to shift down when pressed

parent 640bf9bf
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>296</width> <width>304</width>
<height>62</height> <height>66</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -452,6 +452,9 @@ QToolButton#mute_button:pressed { ...@@ -452,6 +452,9 @@ QToolButton#mute_button:pressed {
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -500,6 +503,9 @@ QToolButton:pressed { ...@@ -500,6 +503,9 @@ QToolButton:pressed {
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -548,6 +554,9 @@ QToolButton:pressed { ...@@ -548,6 +554,9 @@ QToolButton:pressed {
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -594,6 +603,9 @@ QToolButton:pressed { ...@@ -594,6 +603,9 @@ QToolButton:pressed {
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</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