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