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 fea6503223
commit 1669a55175
No known key found for this signature in database
GPG key ID: 7B7F1772C0C6FCBF

View file

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