From b0f4218f96f761a7affbd6900105ae012dcdd090 Mon Sep 17 00:00:00 2001 From: Leonardo Laureti <204957+leolweb@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:35:22 +0100 Subject: [PATCH] testing --- src/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index c0cd2ef9..0d32dd74 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -528,7 +528,7 @@ void gui::tabStackerLayout() #ifndef Q_OS_WIN twid->setStyleSheet("#tabwidget::tab-bar { left: 0; border-style: solid } #tabwidget::pane { border: 0; border-radius: 0 } #tabwidget_tabbar::tab { min-width: 12ex; max-width: 25ex; height: 44px; padding-left: 8px; padding-right: 8px; font-size: 13px; border-style: solid; border-width: 0 1px; color:palette(button-text); background: palette(button) } #tabwidget_tabbar::tab:selected { color: palette(highlighted-text); background: palette(highlight); border-color: transparent }"); #else - twid->setStyleSheet("#tabwidget::tab-bar { left: 0; border-style: solid } #tabwidget::pane { border: 0; border-radius: 0 } #tabwidget_tabbar::tab { min-width: 25ex; height: 22px; padding-top: 11px; padding-bottom: 11px; padding-left: 8px; padding-right: 8px; font-size: 13px; border-style: solid; border-width: 0 1px; color:palette(button-text); background: palette(button) } #tabwidget_tabbar::tab:selected { color: palette(highlighted-text); background: palette(highlight); border-color: transparent }"); + twid->setStyleSheet("#tabwidget::tab-bar { left: 0; border-style: solid } #tabwidget::pane { border: 0; border-radius: 0 } #tabwidget_tabbar::tab { min-width: 102px; max-width: 140px; height: 22px; padding-top: 11px; padding-bottom: 11px; padding-left: 8px; padding-right: 8px; font-size: 13px; border-style: solid; border-width: 0 1px; color:palette(button-text); background: palette(button) } #tabwidget_tabbar::tab:selected { color: palette(highlighted-text); background: palette(highlight); border-color: transparent }"); #endif QColor twtbshade;