mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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">
|
||||
<size>
|
||||
<width>50</width>
|
||||
<height>100</height>
|
||||
<height>150</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in a new issue