Skip to content

Commit

Permalink
fixed combobox css
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumPixelator committed Sep 13, 2023
1 parent bfe1c61 commit e737be6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ class Widget(QWidget):
margin: -5px 0;
border-radius: 9px;
}
QComboBox {
background-color: #ffffff;
border: 1px solid #ccc;
border-radius: 4px;
}
"""
)
############## FUNCTIONS ##############
Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"width": 511, "height": 583, "x": 1984, "y": 76}
{"width": 511, "height": 583, "x": 2145, "y": 97}

0 comments on commit e737be6

Please sign in to comment.