Commit d63309d4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "Qt: AboutDialog: frameless buttons must expand"

This reverts commit f786bc6f.
parent aea47494
...@@ -17,16 +17,7 @@ ...@@ -17,16 +17,7 @@
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<property name="leftMargin"> <property name="margin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
...@@ -64,16 +55,7 @@ background-color: rgb(245, 245, 245);</string> ...@@ -64,16 +55,7 @@ background-color: rgb(245, 245, 245);</string>
</sizepolicy> </sizepolicy>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin"> <property name="margin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
...@@ -293,26 +275,11 @@ margin-bottom: 6px;</string> ...@@ -293,26 +275,11 @@ margin-bottom: 6px;</string>
background-color: rgb(230, 230, 230);</string> background-color: rgb(230, 230, 230);</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="leftMargin"> <property name="margin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QToolButton" name="authorsButton"> <widget class="QToolButton" name="authorsButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">padding: 10px</string> <string notr="true">padding: 10px</string>
</property> </property>
...@@ -326,12 +293,6 @@ background-color: rgb(230, 230, 230);</string> ...@@ -326,12 +293,6 @@ background-color: rgb(230, 230, 230);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="licenseButton"> <widget class="QToolButton" name="licenseButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">padding: 10px</string> <string notr="true">padding: 10px</string>
</property> </property>
...@@ -345,12 +306,6 @@ background-color: rgb(230, 230, 230);</string> ...@@ -345,12 +306,6 @@ background-color: rgb(230, 230, 230);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="creditsButton"> <widget class="QToolButton" name="creditsButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">padding: 10px;</string> <string notr="true">padding: 10px;</string>
</property> </property>
......
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