mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Adjust QMainWindow::separator and QSplitter::handle in dark theme
This commit is contained in:
parent
3f4b3457b5
commit
7b552694f0
@ -453,7 +453,7 @@ QMainWindow::separator {
|
|||||||
color: white;
|
color: white;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
spacing: 2px;
|
spacing: 2px;
|
||||||
border: 1px dashed #76797C;
|
/*border: 1px dashed #76797C;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
QMainWindow::separator:hover {
|
QMainWindow::separator:hover {
|
||||||
@ -1149,20 +1149,21 @@ QFrame[width="3"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QSplitter::handle {
|
QSplitter::handle {
|
||||||
border: 1px dashed #76797C;
|
background-color: #31363b;
|
||||||
|
/*border: 1px dashed #76797C;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
QSplitter::handle:hover {
|
QSplitter::handle:hover {
|
||||||
background-color: #787876;
|
background-color: #787876;
|
||||||
border: 1px solid #76797C;
|
/*border: 1px solid #76797C;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
QSplitter::handle:horizontal {
|
QSplitter::handle:horizontal {
|
||||||
width: 1px;
|
width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSplitter::handle:vertical {
|
QSplitter::handle:vertical {
|
||||||
height: 1px;
|
height: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QProgressBar {
|
QProgressBar {
|
||||||
|
Loading…
Reference in New Issue
Block a user