mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Make new tab button login in the QTabWidget instead of QTabBar
This commit is contained in:
parent
3ceab336f9
commit
f83d88b29e
4 changed files with 109 additions and 25 deletions
|
@ -50,13 +50,8 @@ class GuiCommon:
|
|||
|
||||
self.css = {
|
||||
# OnionShareGui styles
|
||||
"tab_bar_new_tab": """
|
||||
QTabBar::tab:last {
|
||||
border: 0;
|
||||
margin: 3px;
|
||||
}""",
|
||||
"tab_bar_new_tab_button": """
|
||||
QToolButton {
|
||||
QPushButton {
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
}""",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue