mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
stop study options from changing sizes
This commit is contained in:
parent
681b628a65
commit
c5ac284307
1 changed files with 6 additions and 13 deletions
|
@ -225,6 +225,12 @@
|
|||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="optionsLabel" >
|
||||
<property name="minimumSize" >
|
||||
<size>
|
||||
<width>260</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string><h1>Welcome!</h1></string>
|
||||
</property>
|
||||
|
@ -404,19 +410,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0" >
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue