Skip to content

Commit

Permalink
release 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed Oct 31, 2024
1 parent b0f4218 commit 45131a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: 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 }");
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: 176px; 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;
Expand Down

0 comments on commit 45131a0

Please sign in to comment.