Compare commits

..

2 Commits

2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ def settings_dialog(self):
download_path.text(), download_path.text(),
down_speed_limit.value(), down_speed_limit.value(),
up_speed_limit.value(), up_speed_limit.value(),
# image_path.text(), None,
autoresume_checkbox.isChecked(), autoresume_checkbox.isChecked(),
max_connections.value(), max_connections.value(),
max_downloads.value(), max_downloads.value(),
+9
View File
@@ -84,10 +84,19 @@ def _table_stylesheet(view_type="QTableWidget"):
{view_type}::item {{ {view_type}::item {{
border-bottom: 1px solid {c["border"]}; border-bottom: 1px solid {c["border"]};
padding: 6px 14px; padding: 6px 14px;
outline: none;
{color_rule} {color_rule}
}} }}
{view_type}::item:selected {{ {view_type}::item:selected {{
background: {c["selected"]}; background: {c["selected"]};
outline: none;
border: none;
border-bottom: 1px solid {c["border"]};
}}
{view_type}::item:focus {{
outline: none;
border: none;
border-bottom: 1px solid {c["border"]};
}} }}
QHeaderView {{ QHeaderView {{
background: transparent; background: transparent;