mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-22 00:05:16 -05:00
Make slider background transparent
Sliders, e.g. in the video condition, would otherwise block parts of the highlight frame around macro segments.
This commit is contained in:
@@ -60,7 +60,8 @@ MacroSegmentEdit::MacroSegmentEdit(bool verticalControls, QWidget *parent)
|
||||
_frame->setLayout(_highLightFrameLayout);
|
||||
// Set background transparent to avoid blocking highlight frame
|
||||
setStyleSheet("QCheckBox { background-color: rgba(0,0,0,0); }\
|
||||
QLabel { background-color: rgba(0,0,0,0); }");
|
||||
QLabel { background-color: rgba(0,0,0,0); } \
|
||||
QSlider { background-color: rgba(0,0,0,0); }");
|
||||
|
||||
// Keep the size of macro segments consistent, even if there is room in
|
||||
// the edit areas
|
||||
|
||||
Reference in New Issue
Block a user