Commit 46d74952 authored by Dan Pascu's avatar Dan Pascu

Turned audio session control buttons flat like the others

parent b0c881d3
...@@ -939,7 +939,7 @@ padding: 2px;</string> ...@@ -939,7 +939,7 @@ padding: 2px;</string>
<number>3</number> <number>3</number>
</property> </property>
<item> <item>
<widget class="QPushButton" name="hangup_all_button"> <widget class="QToolButton" name="hangup_all_button">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>85</width> <width>85</width>
...@@ -958,6 +958,9 @@ padding: 2px;</string> ...@@ -958,6 +958,9 @@ padding: 2px;</string>
<property name="text"> <property name="text">
<string>Hangup all</string> <string>Hangup all</string>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -989,6 +992,9 @@ padding: 2px;</string> ...@@ -989,6 +992,9 @@ padding: 2px;</string>
<property name="toolButtonStyle"> <property name="toolButtonStyle">
<enum>Qt::ToolButtonTextOnly</enum> <enum>Qt::ToolButtonTextOnly</enum>
</property> </property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
......
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