Yuri (1): fix(font): Made the font combobox not editable.
@ -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>
<widget class="QSpinBox" name="txtChatFontSize">