mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
force smaller label size to force wrap on osx
This commit is contained in:
parent
26c4222cfb
commit
70f70e3d8b
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@
|
|||
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
||||
<item>
|
||||
<widget class="QLabel" name="bottomLabel" >
|
||||
<property name="maximumSize" >
|
||||
<size>
|
||||
<width>430</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Loading...</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue