]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/TabWidget.ui
Filter options implementation.
[PrivacyBrowserPC.git] / src / uis / TabWidget.ui
index 375f4d5201e35c5091d868c92b8a7bcec7c5117e..7a546f536a205c194d99a184466494f0af1c911a 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
 
   Privacy Browser PC is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
             <!-- 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>