1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4161

Yuri (1):
      fix(font): Made the font combobox not editable.
This commit is contained in:
sudden6 2017-02-11 02:11:53 +01:00
commit 08fdb7561e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -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">