mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
Eliminate the tab scroll buttons in Preferences and Dictionaries dialogs
This commit is contained in:
parent
43f2b67095
commit
83fe17a9ce
|
@ -32,6 +32,12 @@
|
|||
<height>15</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="usesScrollButtons">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="documentMode">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<widget class="QWidget" name="tab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
<height>15</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="usesScrollButtons">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<widget class="QWidget" name="filesTab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
|
|
Loading…
Reference in a new issue