]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/TabWidget.ui
Enable downloading of files that require login cookies. https://redmine.stoutner...
[PrivacyBrowserPC.git] / src / uis / TabWidget.ui
index ad6a5a0cfce0724c6778f0e1f508ef2b43018b63..521526db433df80ee3ee78098b659ae49898d611 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   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>