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

fix(font): Made the font combobox not editable.

There is no need for the user to be able to type into this combobox.
This commit is contained in:
Yuri 2017-02-08 21:22:55 -08:00
parent 0bad48ed3b
commit ba28f163fd

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