]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commitdiff
Set a fixed tab width.
authorSoren Stoutner <soren@stoutner.com>
Wed, 10 Aug 2022 19:24:07 +0000 (12:24 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 10 Aug 2022 19:24:07 +0000 (12:24 -0700)
src/uis/TabWidget.ui

index ad6a5a0cfce0724c6778f0e1f508ef2b43018b63..3da43c069a685ca8a2971065395ad0b1818afd0f 100644 (file)
             <!-- Tab widget. -->
             <item>
                 <widget class="QTabWidget" name="tabWidget" >
+                    <property name="styleSheet">
+                        <string notr="true">QTabBar::tab { width: 250px; }</string>
+                    </property>
+
                     <property name="iconSize">
                         <size>
                             <width>24</width>