mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
set a sensible minimize size for the editor in the browser
This commit is contained in:
parent
3bbb6d3ddd
commit
b6adc9f1bb
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>50</height>
|
<height>200</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue