New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -155,8 +155,8 @@ QListWidget QLineEdit {
|
|||
|
||||
/* Dock stuff */
|
||||
QDockWidget {
|
||||
titlebar-close-icon: url('./Dark/Close.svg');
|
||||
titlebar-normal-icon: url('./Dark/Popout.svg');
|
||||
titlebar-close-icon: url('./Dark/close.svg');
|
||||
titlebar-normal-icon: url('./Dark/popout.svg');
|
||||
}
|
||||
|
||||
QDockWidget {
|
||||
|
|
@ -311,6 +311,24 @@ QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal, QScrollBa
|
|||
color: none;
|
||||
}
|
||||
|
||||
/* Source Context */
|
||||
#contextContainer {
|
||||
min-height: 40px;
|
||||
max-height: 40px;
|
||||
}
|
||||
|
||||
#contextContainer QPushButton[themeID2=contextBarButton] {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
QPushButton#sourcePropertiesButton {
|
||||
qproperty-icon: url(./Dark/settings/general.svg);
|
||||
}
|
||||
|
||||
QPushButton#sourceFiltersButton {
|
||||
qproperty-icon: url(./Dark/filter.svg);
|
||||
}
|
||||
|
||||
/* Scenes and Sources toolbar */
|
||||
|
||||
QToolBar {
|
||||
|
|
@ -345,6 +363,10 @@ QToolButton:pressed {
|
|||
qproperty-icon: url(./Dark/settings/general.svg);
|
||||
}
|
||||
|
||||
* [themeID="refreshIconSmall"] {
|
||||
qproperty-icon: url(./Dark/refresh.svg);
|
||||
}
|
||||
|
||||
* [themeID="upArrowIconSmall"] {
|
||||
qproperty-icon: url(./Dark/up.svg);
|
||||
}
|
||||
|
|
@ -1104,3 +1126,29 @@ QSlider::handle:horizontal[themeID="tBarSlider"] {
|
|||
height: 28px;
|
||||
margin: -28px 0px;
|
||||
}
|
||||
|
||||
/* Media icons */
|
||||
|
||||
* [themeID="playIcon"] {
|
||||
qproperty-icon: url(./Dark/media/media_play.svg);
|
||||
}
|
||||
|
||||
* [themeID="pauseIcon"] {
|
||||
qproperty-icon: url(./Dark/media/media_pause.svg);
|
||||
}
|
||||
|
||||
* [themeID="restartIcon"] {
|
||||
qproperty-icon: url(./Dark/media/media_restart.svg);
|
||||
}
|
||||
|
||||
* [themeID="stopIcon"] {
|
||||
qproperty-icon: url(./Dark/media/media_stop.svg);
|
||||
}
|
||||
|
||||
* [themeID="nextIcon"] {
|
||||
qproperty-icon: url(./Dark/media/media_next.svg);
|
||||
}
|
||||
|
||||
* [themeID="previousIcon"] {
|
||||
qproperty-icon: url(./Dark/media/media_previous.svg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue