Skip to content

Commit

Permalink
adjust messages based on Dave's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Jun 23, 2024
1 parent 8bc32a1 commit 4eb003d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/GUI/yminmaxselector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<width>550</width>
<height>192</height>
</rect>
</property>
Expand All @@ -20,13 +20,13 @@
<item row="0" column="0" colspan="3">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Select y-axis min/max</string>
<string>Set the y-axis range</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="minMaxOfThePlot_radioButton">
<property name="text">
<string>min/max value of the plot</string>
<string>Fit to the plotted data</string>
</property>
<property name="checked">
<bool>true</bool>
Expand All @@ -36,7 +36,7 @@
<item row="1" column="0">
<widget class="QRadioButton" name="minMaxSystemProvided_radioButton">
<property name="text">
<string>system provided min/max</string>
<string>Full Range</string>
</property>
<property name="checked">
<bool>false</bool>
Expand All @@ -48,7 +48,7 @@
<item>
<widget class="QRadioButton" name="customMinMax_radioButton">
<property name="text">
<string>custom</string>
<string>Custom</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 4eb003d

Please sign in to comment.