Commit 549046e1 authored by Dan Pascu's avatar Dan Pascu

Enhanced the aspect of the control buttons

parent 7303fe6d
...@@ -51,12 +51,6 @@ ...@@ -51,12 +51,6 @@
</property> </property>
<item> <item>
<widget class="AccountSelector" name="identity"> <widget class="AccountSelector" name="identity">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>21</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>9</pointsize> <pointsize>9</pointsize>
...@@ -77,6 +71,9 @@ ...@@ -77,6 +71,9 @@
<height>14</height> <height>14</height>
</size> </size>
</property> </property>
<property name="frame">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -679,6 +676,9 @@ padding: 2px;</string> ...@@ -679,6 +676,9 @@ padding: 2px;</string>
<height>18</height> <height>18</height>
</size> </size>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -726,6 +726,9 @@ padding: 2px;</string> ...@@ -726,6 +726,9 @@ padding: 2px;</string>
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -755,6 +758,9 @@ padding: 2px;</string> ...@@ -755,6 +758,9 @@ padding: 2px;</string>
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -784,6 +790,9 @@ padding: 2px;</string> ...@@ -784,6 +790,9 @@ padding: 2px;</string>
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -816,6 +825,9 @@ padding: 2px;</string> ...@@ -816,6 +825,9 @@ padding: 2px;</string>
<property name="popupMode"> <property name="popupMode">
<enum>QToolButton::InstantPopup</enum> <enum>QToolButton::InstantPopup</enum>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
...@@ -867,6 +879,9 @@ padding: 2px;</string> ...@@ -867,6 +879,9 @@ padding: 2px;</string>
<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>
</layout> </layout>
...@@ -1014,6 +1029,9 @@ padding: 2px;</string> ...@@ -1014,6 +1029,9 @@ padding: 2px;</string>
<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>
</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