Skip to content

Commit

Permalink
[themes] Style video widget with a black background
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed Jan 27, 2023
1 parent 56e0729 commit c092f32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -1027,6 +1027,10 @@ QSlider::handle:horizontal:focus, QSlider::handle:vertical:focus {
border: 1px solid @focus;
}

QVideoWidget QWidget {
background-color: #000000 !important;
}

/* ==================================================================================== */
/* QGIS-SPECIFIC TWEAKS */
/* ==================================================================================== */
Expand Down
4 changes: 4 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -1053,6 +1053,10 @@ QSlider::handle:horizontal:focus, QSlider::handle:vertical:focus {
border: 1px solid @focus;
}

QVideoWidget QWidget {
background-color: #000000 !important;
}

/* ==================================================================================== */
/* QGIS-SPECIFIC TWEAKS */
/* ==================================================================================== */
Expand Down

0 comments on commit c092f32

Please sign in to comment.