UI: Make t-bar smaller

master
Clayton Groeneveld 2020-02-23 23:25:27 -06:00
parent 4b3a27c0fa
commit 5f937e26ff
4 changed files with 18 additions and 25 deletions

View File

@ -1071,12 +1071,11 @@ SceneTree#scenes {
/* Studio Mode T-Bar */
QSlider[themeID="tBarSlider"] {
height: 80px;
height: 28px;
}
QSlider::groove:horizontal[themeID="tBarSlider"] {
height: 5px;
margin: 0 12px;
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 rgb(31,30,31),
stop: 0.75 rgb(50, 49, 50));
@ -1086,7 +1085,6 @@ QSlider::groove:horizontal[themeID="tBarSlider"] {
QSlider::sub-page:horizontal[themeID="tBarSlider"] {
height: 5px;
margin: 0 12px;
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 rgb(31,30,31),
stop: 0.75 rgb(50, 49, 50));
@ -1096,7 +1094,7 @@ QSlider::sub-page:horizontal[themeID="tBarSlider"] {
QSlider::handle:horizontal[themeID="tBarSlider"] {
background-color: #d2d2d2;
width: 25px;
height: 80px;
margin: -24px -12px;
width: 14px;
height: 28px;
margin: -28px 0px;
}

View File

@ -814,14 +814,13 @@ SceneTree {
/* Studio Mode T-Bar */
QSlider[themeID="tBarSlider"] {
height: 80px;
height: 24px;
}
QSlider::groove:horizontal[themeID="tBarSlider"] {
border: 1px solid #4c4c4c;
height: 5px;
background: rgb(31,30,31);;
margin: 0 12px;
background: rgb(31,30,31);
}
QSlider::sub-page:horizontal[themeID="tBarSlider"] {
@ -831,7 +830,7 @@ QSlider::sub-page:horizontal[themeID="tBarSlider"] {
QSlider::handle:horizontal[themeID="tBarSlider"] {
background-color: #d2d2d2;
width: 25px;
height: 80px;
margin: -24px -12px;
width: 12px;
height: 24px;
margin: -24px 0px;
}

View File

@ -1377,12 +1377,11 @@ SceneTree#scenes {
/* Studio Mode T-Bar */
QSlider[themeID="tBarSlider"] {
height: 80px;
height: 24px;
}
QSlider::groove:horizontal[themeID="tBarSlider"] {
height: 5px;
margin: 0 12px;
background-color: QLinearGradient(x1: 1, y1: 0, x2: 0, y2: 0,
stop: 0 rgb(35, 38, 41), /* Dark Gray */
stop: 0.75 rgb(50, 49, 50));
@ -1392,7 +1391,6 @@ QSlider::groove:horizontal[themeID="tBarSlider"] {
QSlider::sub-page:horizontal[themeID="tBarSlider"] {
height: 5px;
margin: 0 12px;
background-color: QLinearGradient(x1: 1, y1: 0, x2: 0, y2: 0,
stop: 0 rgb(35, 38, 41), /* Dark Gray */
stop: 0.75 rgb(50, 49, 50));
@ -1402,7 +1400,7 @@ QSlider::sub-page:horizontal[themeID="tBarSlider"] {
QSlider::handle:horizontal[themeID="tBarSlider"] {
background-color: #d2d2d2;
width: 25px;
height: 80px;
margin: -24px -12px;
width: 12px;
height: 24px;
margin: -24px 0px;
}

View File

@ -245,14 +245,13 @@ SceneTree {
/* Studio Mode T-Bar */
QSlider[themeID="tBarSlider"] {
height: 80px;
height: 24px;
}
QSlider::groove:horizontal[themeID="tBarSlider"] {
border: 1px solid #4c4c4c;
height: 5px;
background: #DCD9D7;
margin: 0 12px;
}
QSlider::sub-page:horizontal[themeID="tBarSlider"] {
@ -261,9 +260,8 @@ QSlider::sub-page:horizontal[themeID="tBarSlider"] {
}
QSlider::handle:horizontal[themeID="tBarSlider"] {
background-color: #f3f3f3;
border: 1px solid #4c4c4c;
width: 25px;
height: 80px;
margin: -24px -12px;
background-color: #4c4c4c;
width: 12px;
height: 24px;
margin: -24px 0px;
}