Fixed button alignment

This commit is contained in:
Jordan Sherer 2018-11-16 16:03:58 -05:00
parent 5ba31d6df7
commit cc96daa26f

View File

@ -828,29 +828,6 @@ QPushButton:checked {
</property>
</widget>
</item>
<item row="2" column="5">
<widget class="QPushButton" name="turboButton">
<property name="styleSheet">
<string notr="true">QPushButton {
background-color:lightgray;
padding:0.25em 0.25em; font-weight:normal;
border-style:solid;
border-width:0px;
border-radius:2px;
}
QPushButton:checked {
background-color:#6699ff;
}</string>
</property>
<property name="text">
<string>TURBO</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget
</item>
<item row="2" column="2">
<widget class="QPushButton" name="autoReplyButton">
<property name="enabled">
@ -993,6 +970,46 @@ QPushButton:checked {
</property>
</spacer>
</item>
<item row="2" column="4">
<widget class="QPushButton" name="turboButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
background-color:lightgray;
padding:0.25em 0.25em; font-weight:normal;
border-style:solid;
border-width:0px;
border-radius:2px;
}
QPushButton:checked {
background-color:#6699ff;
}</string>
</property>
<property name="text">
<string>TURBO</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>