allow current widget to dictate size of stacked widget for metatile/collision and events pages

This commit is contained in:
garakmon
2020-04-30 19:44:54 -04:00
committed by huderlem
parent ac92534576
commit 37c849f9b5
4 changed files with 33 additions and 1 deletions

View File

@@ -677,7 +677,7 @@
</item>
</layout>
</widget>
<widget class="QStackedWidget" name="stackedWidget_MapEvents">
<widget class="AdjustingStackedWidget" name="stackedWidget_MapEvents">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
@@ -3036,6 +3036,11 @@
<extends>QComboBox</extends>
<header>noscrollcombobox.h</header>
</customwidget>
<customwidget>
<class>AdjustingStackedWidget</class>
<extends>QStackedWidget</extends>
<header>adjustingstackedwidget.h</header>
</customwidget>
<customwidget>
<class>GraphicsView</class>
<extends>QGraphicsView</extends>