]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/TabWidget.ui
Implement loading of new tabs from the context menu.
[PrivacyBrowserPC.git] / src / uis / TabWidget.ui
index ad6a5a0cfce0724c6778f0e1f508ef2b43018b63..2aad7efd4d8b1e9bd860285b043e76a60f73d6ba 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>
                             <height>24</height>
+                            <width>24</width>
                         </size>
                     </property>