mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Fix scene list text edit sizing on dark theme
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user