Merge branch 'develop' into 910_flatpak

This commit is contained in:
Micah Lee 2020-06-30 10:56:25 -07:00
commit 17b0af98f2
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
24 changed files with 462 additions and 168 deletions

View file

@ -211,6 +211,11 @@ class GuiCommon:
color: #cc0000;
}""",
# Share mode and child widget styles
"share_delete_all_files_button": """
QPushButton {
color: #3f7fcf;
}
""",
"share_zip_progess_bar": """
QProgressBar {
border: 1px solid #4e064f;