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:
parent
0bad48ed3b
commit
ba28f163fd
|
@ -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…
Reference in New Issue
Block a user