]> 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 375f4d5201e35c5091d868c92b8a7bcec7c5117e..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>
 
-                    <property name="documentMode">
-                        <bool>true</bool>
-                    </property>
-
                     <property name="tabsClosable">
                         <bool>true</bool>
                     </property>