frontend: Add spacing to properties hint icon

This commit is contained in:
Warchamp7
2026-05-08 16:08:53 -04:00
committed by Ryan Foster
parent 888a5160fa
commit a0a480dc80

View File

@@ -809,6 +809,10 @@ OBSBasicSettings #PropertiesContainer {
background-color: var(--bg_base);
}
OBSPropertiesView IconLabel {
margin-left: var(--spacing_large);
}
/* Dock Widget */
OBSDock > QWidget {
background: var(--bg_base);