mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove hard-coded size in add models & debug diags
This commit is contained in:
parent
cb209fd86f
commit
64a3d70c59
2 changed files with 0 additions and 6 deletions
|
@ -22,11 +22,6 @@
|
|||
<layout class="QVBoxLayout">
|
||||
<item>
|
||||
<widget class="QListWidget" name="models">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
<property name="font">
|
||||
<font>
|
||||
<family>Courier</family>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
|
|
Loading…
Reference in a new issue