Merge pull request #1176 from SaptakS/expand-url

Adds UI/UX enhancements in different sections of tab layouts
This commit is contained in:
Micah Lee 2020-09-14 14:31:11 -07:00 committed by GitHub
commit 311d8729d8
15 changed files with 75 additions and 19 deletions

View file

@ -78,8 +78,9 @@ class GuiCommon:
}""",
"mode_header_label": """
QLabel {
color: #333333;
font-size: 30px;
color: #4E064F;
font-size: 48px;
margin-bottom: 16px;
}""",
"settings_button": """
QPushButton {
@ -217,6 +218,7 @@ class GuiCommon:
"new_tab_button_image": """
QLabel {
padding: 30px;
text-align: center;
}
""",
"new_tab_button_text": """
@ -228,6 +230,13 @@ class GuiCommon:
color: #4e0d4e;
}
""",
"new_tab_title_text": """
QLabel {
text-align: center;
color: #333333;
font-size: 28px;
}
""",
# Share mode and child widget styles
"share_delete_all_files_button": """
QPushButton {
@ -255,12 +264,14 @@ class GuiCommon:
""",
"share_file_selection_drop_here_header_label": """
QLabel {
color: #333333;
font-size: 30px;
color: #4E064F;
font-size: 48px;
margin-bottom: 72px;
}""",
"share_file_selection_drop_here_label": """
QLabel {
color: #666666;
margin-bottom: 48px;
}""",
"share_file_selection_drop_count_label": """
QLabel {