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:
commit
08fdb7561e
|
@ -81,7 +81,11 @@
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QFontComboBox" name="txtChatFont"/>
|
<widget class="QFontComboBox" name="txtChatFont">
|
||||||
|
<property name="editable">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QSpinBox" name="txtChatFontSize">
|
<widget class="QSpinBox" name="txtChatFontSize">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user