mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fixes unreported bug in styles
This commit is contained in:
parent
2b7a0e0d95
commit
9eea6125d4
|
@ -18,16 +18,6 @@ QListWidget
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollArea
|
|
||||||
{
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QGroupBox
|
|
||||||
{
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QMessageBox
|
QMessageBox
|
||||||
{
|
{
|
||||||
background: white;
|
background: white;
|
||||||
|
@ -44,23 +34,6 @@ QSpinBox
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::groove:horizontal
|
|
||||||
{
|
|
||||||
border: 1px solid #999999;
|
|
||||||
height: 8px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
|
|
||||||
background: white;
|
|
||||||
margin: 2px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
QSlider::handle:horizontal
|
|
||||||
{
|
|
||||||
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f);
|
|
||||||
border: 1px solid #5c5c5c;
|
|
||||||
width: 18px;
|
|
||||||
margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QPushButton
|
QPushButton
|
||||||
{
|
{
|
||||||
background: white;
|
background: white;
|
||||||
|
@ -71,6 +44,9 @@ QGroupBox
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font: @bigBold;
|
font: @bigBold;
|
||||||
|
border: 2px solid gray;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin-top: 2ex; /* leave space at the top for the title */
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox
|
QComboBox
|
||||||
|
@ -101,11 +77,7 @@ QTabBar
|
||||||
QScrollArea
|
QScrollArea
|
||||||
{
|
{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
background: transparent;
|
||||||
|
|
||||||
QScrollArea
|
|
||||||
{
|
|
||||||
background: transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollArea > QWidget > QWidget
|
QScrollArea > QWidget > QWidget
|
||||||
|
|
Loading…
Reference in New Issue
Block a user