Skip to content
Snippets Groups Projects
Commit 1938a66a authored by Anthony Lim's avatar Anthony Lim
Browse files

refs #22167 muon analysis GUI min sizes

parent b3d62a90
No related merge requests found
......@@ -2389,6 +2389,12 @@ p, li { white-space: pre-wrap; }
<layout class="QGridLayout" name="gridLayout_29">
<item row="0" column="0">
<widget class="QLabel" name="optionBinStep_3">
<property name="minimumSize">
<size>
<width>20</width>
<height>30</height>
</size>
</property>
<property name="toolTip">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
......@@ -2407,7 +2413,14 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="binBoundaries"/>
<widget class="QLineEdit" name="binBoundaries">
<property name="minimumSize">
<size>
<width>10</width>
<height>10</height>
</size>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer_8">
......@@ -2433,6 +2446,12 @@ p, li { white-space: pre-wrap; }
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>10</width>
<height>10</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment