diff --git a/resources/chevrons_right.png b/resources/chevrons_right.png index 8d6adcf..356a05a 100644 Binary files a/resources/chevrons_right.png and b/resources/chevrons_right.png differ diff --git a/resources/lock.png b/resources/lock.png index 2ebc4f6..2d06336 100644 Binary files a/resources/lock.png and b/resources/lock.png differ diff --git a/resources/lock_open.png b/resources/lock_open.png index a471765..3493dcf 100644 Binary files a/resources/lock_open.png and b/resources/lock_open.png differ diff --git a/syncplay/constants.py b/syncplay/constants.py index 501a2ba..3ad462b 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -97,8 +97,8 @@ VLC_MAX_PORT = 55000 #These are not changes you're looking for STYLE_TABLIST = "QListWidget::item { color: black; border-style: solid; border-width: 1px; border-radius: 2px; } QListWidget::item:selected { background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(242, 248, 255, 255), stop:1 rgba(208, 229, 255, 255)); border-color: #84ACDD; } QListWidget::item:!selected { border-color: transparent; } QListWidget::item:!selected:hover { background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(248, 248, 248, 255), stop:1 rgba(229, 229, 229, 255)); border-color: silver; }" -STYLE_SUBCHECKBOX = "QCheckBox, QLabel {{ margin-left: 8px; padding-left: 18px; background:url('{}') left no-repeat }}" #Graphic path -STYLE_SUBLABEL = "QCheckBox, QLabel {{ margin-left: 8px; padding-left: 14px; background:url('{}') left no-repeat }}" #Graphic path +STYLE_SUBCHECKBOX = "QCheckBox, QLabel {{ margin-left: 6px; padding-left: 21px; background:url('{}') left no-repeat }}" #Graphic path +STYLE_SUBLABEL = "QCheckBox, QLabel {{ margin-left: 6px; padding-left: 16px; background:url('{}') left no-repeat }}" #Graphic path STYLE_ERRORLABEL = "QLabel { color : black; border-style: outset; border-width: 2px; border-radius: 7px; border-color: red; padding: 2px; background: #FFAAAA; }" STYLE_SUCCESSLABEL = "QLabel { color : black; border-style: outset; border-width: 2px; border-radius: 7px; border-color: green; padding: 2px; background: #AAFFAA; }" STYLE_NOTIFICATIONBOX = "Username { color: #367AA9; font-weight:bold; }"