Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 5, 2023
1 parent e0aaa31 commit b905774
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions felt/gui/create_map_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def upload_raster_as_styled_toggled():
self.setting_button.setPopupMode(QToolButton.InstantPopup)
self.setting_button.setStyleSheet(
"""QToolButton::menu-indicator { image: none }
QToolButton {
QToolButton {
background: #f9f9f9;
border: 1px solid #242424;
border-radius: 2px; }
Expand Down Expand Up @@ -237,7 +237,7 @@ def upload_raster_as_styled_toggled():
)
self.workspace_combo.setStyleSheet(
"""
QComboBox{
QComboBox{
background: white;
color: black;
selection-background-color: #fed9e3 !important;
Expand All @@ -248,19 +248,19 @@ def upload_raster_as_styled_toggled():
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
QComboBox:hover {
QComboBox:hover {
background: white;
color: black;
selection-background-color: #fed9e3 !important;
selection-color: black !important;
}
QComboBox:on {
QComboBox:on {
background: white;
color: black;
selection-background-color: #fed9e3 !important;
selection-color: black !important;
}
QComboBox QAbstractItemView, QComboBox QListView {
QComboBox QAbstractItemView, QComboBox QListView {
background: white;
color: black;
selection-background-color: #fed9e3 !important;
Expand Down

0 comments on commit b905774

Please sign in to comment.