One attempt at making a new tab button

This commit is contained in:
Micah Lee 2019-10-26 22:39:59 -07:00
parent 144985b1c1
commit 3ceab336f9
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 29 additions and 3 deletions

View file

@ -50,6 +50,16 @@ class GuiCommon:
self.css = {
# OnionShareGui styles
"tab_bar_new_tab": """
QTabBar::tab:last {
border: 0;
margin: 3px;
}""",
"tab_bar_new_tab_button": """
QToolButton {
font-weight: bold;
font-size: 20px;
}""",
"new_tab_button": """
QPushButton {
font-weight: bold;