UI: Fix scene list text edit sizing on dark theme
This commit is contained in:
parent
eaf348decb
commit
0170278ae2
@ -105,6 +105,16 @@ QListWidget::item:selected:!active {
|
||||
background-color: rgb(48,47,48);
|
||||
}
|
||||
|
||||
QListWidget QLineEdit {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
padding-right: 0;
|
||||
padding-left: 2px;
|
||||
border: none;
|
||||
border-radius: none;
|
||||
}
|
||||
|
||||
|
||||
/* Dock Widget */
|
||||
|
||||
QDockWidget::title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user