Skip to content

Commit

Permalink
Merge pull request #1567 from KLayout/issue-1566
Browse files Browse the repository at this point in the history
Fixed issue #1566 (Cannot shrink Marker Browser window)
  • Loading branch information
klayoutmatthias authored Dec 14, 2023
2 parents 16766a2 + 46d868e commit 6095b1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions src/layui/layui/MarkerBrowserDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,17 @@
<item row="0" column="1">
<widget class="QComboBox" name="rdb_cb">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
</property>
Expand All @@ -109,7 +115,7 @@
<item row="1" column="1">
<widget class="QComboBox" name="layout_cb">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down
10 changes: 8 additions & 2 deletions src/layui/layui/NetlistBrowserDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,17 @@
<item row="0" column="1">
<widget class="QComboBox" name="l2ndb_cb">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
</property>
Expand All @@ -99,7 +105,7 @@
<item row="1" column="1">
<widget class="QComboBox" name="layout_cb">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down

0 comments on commit 6095b1a

Please sign in to comment.