mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
wrap text in download screen
This commit is contained in:
parent
6d5791c92c
commit
88c8319631
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@
|
|||
<property name="text" >
|
||||
<string>Loading...</string>
|
||||
</property>
|
||||
<property name="wordWrap" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags" >
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue