Skip to content

Commit

Permalink
tweaking with the tab size
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinShaikh committed Jul 31, 2024
1 parent c994c0c commit 4d353f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zxlive/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ def __init__(self) -> None:
background-color: #e2f4ff;
}}
QTabBar::Tab{{
padding: 10px
padding: 8px;
min-width: 100px;
max-width: 250px;
}}
QTabBar::close-button{{
background-image: url("zxlive/icons/close.svg");
Expand Down

0 comments on commit 4d353f0

Please sign in to comment.