Browse Source

Merge pull request #4161

Yuri (1):
      fix(font): Made the font combobox not editable.
reviewable/pr4166/r1
sudden6 9 years ago
parent
commit
08fdb7561e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 6
      src/widget/form/settings/userinterfacesettings.ui

6
src/widget/form/settings/userinterfacesettings.ui

@ -81,7 +81,11 @@ @@ -81,7 +81,11 @@
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QFontComboBox" name="txtChatFont"/>
<widget class="QFontComboBox" name="txtChatFont">
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="txtChatFontSize">

Loading…
Cancel
Save