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>
<y>0</y>
<width>635</width>
<height>575</height>
<height>565</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>635</width>
<height>535</height>
<height>565</height>
</size>
</property>
<property name="windowTitle">
@ -57,6 +57,18 @@
<string/>
</property>
<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>
<widget class="QStackedWidget" name="pagesWidget"/>
</item>