[ui, remove scroll] Re-add vertical spacer size hints

pull/357/head
nyanpasu64 2018-12-15 19:41:39 -08:00
rodzic 57ff731f9d
commit d0ca70bbf0
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -277,6 +277,12 @@
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
@ -345,6 +351,12 @@
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>