Merge pull request #267 from shenlebantongying/staged

mac: ensure tabbar always show full name
This commit is contained in:
xiaoyifang 2022-12-22 16:13:50 +08:00 committed by GitHub
commit 1cfb1b88bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,9 @@
<height>15</height>
</size>
</property>
<property name="elideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="usesScrollButtons">
<bool>false</bool>
</property>

View file

@ -25,6 +25,9 @@
<height>15</height>
</size>
</property>
<property name="elideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="usesScrollButtons">
<bool>false</bool>
</property>