UI: Fix scene list text edit sizing on dark theme

This commit is contained in:
Colin Edwards 2019-02-20 20:21:55 -06:00
parent eaf348decb
commit 0170278ae2

View File

@ -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 {