Make new tab button login in the QTabWidget instead of QTabBar

This commit is contained in:
Micah Lee 2019-10-27 14:21:40 -07:00
parent 3ceab336f9
commit f83d88b29e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 109 additions and 25 deletions

View file

@ -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;
}""",