Adds UI/UX enhancements in different sections of tab layouts

This commit is contained in:
Saptak S 2020-08-30 19:23:23 +05:30
parent 3a0cad00c5
commit 248b44309a
15 changed files with 75 additions and 19 deletions

View file

@ -77,8 +77,9 @@ class GuiCommon:
}""",
"mode_header_label": """
QLabel {
color: #333333;
font-size: 30px;
color: #4E064F;
font-size: 48px;
margin-bottom: 16px;
}""",
"settings_button": """
QPushButton {
@ -216,6 +217,7 @@ class GuiCommon:
"new_tab_button_image": """
QLabel {
padding: 30px;
text-align: center;
}
""",
"new_tab_button_text": """
@ -227,6 +229,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 {
@ -254,12 +263,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 {