1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-02 20:49:40 +00:00

Merge pull request #1349 from Thunderforge/prevent-parchment-from-being-cut-off

UI adjustments to prevent parchment scroll from being cut off (fixes #3910)
This commit is contained in:
scrawl 2017-07-30 22:01:58 +00:00 committed by GitHub
commit 59b92dc67b

View file

@ -7,13 +7,13 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>635</width> <width>635</width>
<height>575</height> <height>565</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>635</width> <width>635</width>
<height>535</height> <height>565</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -57,6 +57,18 @@
<string/> <string/>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QStackedWidget" name="pagesWidget"/> <widget class="QStackedWidget" name="pagesWidget"/>
</item> </item>