Adjusts the country combobox margin-left to indicate hierarchy

This commit is contained in:
Saptak S 2022-04-30 22:13:59 +05:30
parent 4d12e11cef
commit 7b5c9c937c

View File

@ -194,6 +194,7 @@ class GuiCommon:
QComboBox { QComboBox {
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
margin-left: 32px;
} }
QComboBox:disabled { QComboBox:disabled {
color: #666666; color: #666666;