Skip to content

Commit

Permalink
Merge pull request mantidproject#38036 from robertapplin/38034-elwin-…
Browse files Browse the repository at this point in the history
…larger-preview-workspace-box

Avoid limiting the size of the Preview Workspace combobox on Elwin
  • Loading branch information
rbauststfc authored Sep 25, 2024
2 parents e0d95df + 324564a commit c1d6fd2
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions qt/scientific_interfaces/Inelastic/Processor/ElwinTab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -148,38 +148,9 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="cbPreviewFile">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>22</height>
</size>
</property>
</widget>
<widget class="QComboBox" name="cbPreviewFile"/>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item alignment="Qt::AlignVCenter">
<widget class="QLabel" name="lbPreviewSpec">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
Expand All @@ -192,7 +163,7 @@
</property>
</widget>
</item>
<item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
<item>
<widget class="QStackedWidget" name="elwinPreviewSpec">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
Expand Down Expand Up @@ -270,22 +241,6 @@
</widget>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
Expand Down

0 comments on commit c1d6fd2

Please sign in to comment.