mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
increase minimum size of editing area so it can't be hidden
This commit is contained in:
parent
9c3e8f21ca
commit
b182419838
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>50</width>
|
<width>50</width>
|
||||||
<height>100</height>
|
<height>150</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue