mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 09:55:00 -04:00
Show settings at the top of each mode, both mode-specific settings and setting that exist for all mode types
This commit is contained in:
parent
9d1bd74fcc
commit
f00df6356c
9 changed files with 243 additions and 59 deletions
|
@ -91,6 +91,12 @@ class GuiCommon:
|
|||
border: 0px;
|
||||
}""",
|
||||
# Common styles between modes and their child widgets
|
||||
"mode_settings_toggle_advanced": """
|
||||
QPushButton {
|
||||
color: #3f7fcf;
|
||||
text-align: left;
|
||||
}
|
||||
""",
|
||||
"mode_info_label": """
|
||||
QLabel {
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue