Skip to content

Commit

Permalink
fixed disappearing set test (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmales committed Nov 22, 2023
1 parent c728b3f commit fb63c5a
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion gui/widgets/pupilGuide/pupilGuide.ui
Original file line number Diff line number Diff line change
Expand Up @@ -840,9 +840,21 @@
<item>
<layout class="QVBoxLayout" name="gridPupilMeds" stretch="1,2,1,0,0,1">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,1,1">
<item>
<widget class="QLabel" name="labelTweeter">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
Expand All @@ -864,6 +876,18 @@
</item>
<item>
<widget class="xqt::fsmDisplay" name="tweeterState">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="palette">
<palette>
<active>
Expand Down Expand Up @@ -920,6 +944,18 @@
</item>
<item>
<widget class="QPushButton" name="buttonTweeterTest_set">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>25</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
Expand Down

0 comments on commit fb63c5a

Please sign in to comment.