Skip to content

Commit

Permalink
WIP WFullScreenHint: add some styles (LateNight, Shade)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Apr 5, 2023
1 parent 4738587 commit 23fc9ce
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
6 changes: 4 additions & 2 deletions res/skins/LateNight/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,10 @@ WOverview QLabel {
/************** font sizes / alignment ****************************************/
/************** font settings *************************************************/



WFullScreenHint QPushButton {
border-width: 2px 2px 2px 2px;
border-image: url(skin:/classic/buttons/spinbox_elevated_border.svg) 2 2 2 2;
}



Expand Down
3 changes: 2 additions & 1 deletion res/skins/LateNight/style_classic.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,8 @@ WPushButton#FxParameterButton[displayValue="0"] {
#VinylCueButton[displayValue="2"],
#FxParameterButton[displayValue="1"],
#SplitCue[value="1"],
QPushButton#pushButtonRepeatPlaylist:checked {
QPushButton#pushButtonRepeatPlaylist:checked,
WFullScreenHint QPushButton {
background-color: #888;
}

Expand Down
7 changes: 7 additions & 0 deletions res/skins/LateNight/style_palemoon.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,9 @@ WLibrarySidebar,
#LibraryFeatureControls QRadioButton,
/* Tooltip and menus */
QToolTip,
WFullScreenHint QLabel,
WFullScreenHint QCheckBox,
WFullScreenHint QPushButton,
WLibrarySidebar QMenu,
WTrackTableViewHeader QMenu,
WLibraryTextBrowser QMenu,
Expand Down Expand Up @@ -2914,6 +2917,10 @@ WSearchLineEdit QAbstractScrollArea,
border-radius: 1px;
}


WFullScreenHint,
WFullScreenHint QLabel,
WFullScreenHint QCheckBox,
QToolTip,
#MainMenu,
#MainMenu::item,
Expand Down
9 changes: 9 additions & 0 deletions res/skins/Shade/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
padding: 5px 0px;
}
#Mixxx, WWidget,
WFullScreenHint QLabel,
WFullScreenHint QCheckBox,
WEffectName,
WKey,
WLabel,
Expand Down Expand Up @@ -92,10 +94,17 @@ WBeatSpinBox::down-button {



WFullScreenHint {
border: 1px solid white;
}

/* common colors for WEffectSelector, QMenu, QToolTip */
#MainMenu QMenu,
#MainMenu QMenu::item,
#MainMenu QMenu QCheckBox,
WFullScreenHint,
WFullScreenHint QLabel,
WFullScreenHint QCheckBox,
QToolTip,
WLibrarySidebar QMenu,
WLibrarySidebar QMenu::item,
Expand Down
17 changes: 17 additions & 0 deletions res/skins/default.qss
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,20 @@ WEffectChainPresetButton QMenu QCheckBox::indicator {
width: 0.7em;
height: 0.7em;
}


/* The popup that is shown when going fullscreen */
WFullScreenHint {
font-family: "Open Sans";
font-weight: normal;
font-style: normal;
padding: 200px;
border-radius: 5px;
border: 1px solid white;
}
WFullScreenHint QLabel,
WFullScreenHint QCheckBox,
WFullScreenHint QPushButton {
/*font-size: 3em;*/
font-size: 20px;
}

0 comments on commit 23fc9ce

Please sign in to comment.