Hide turbo button for now

This commit is contained in:
Jordan Sherer 2018-11-21 16:45:54 -05:00
parent e1e2ae50e8
commit 5619824bd8

View File

@ -972,6 +972,9 @@ QPushButton:checked {
</item>
<item row="2" column="4">
<widget class="QPushButton" name="turboButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
@ -989,6 +992,9 @@ QPushButton:checked {
<pointsize>9</pointsize>
</font>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
background-color:lightgray;