Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 23, 2023
1 parent 5f8be33 commit 41344ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions felt/gui/create_map_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ def upload_raster_as_styled_toggled():
)
self.setting_button.setIconSize(
QSize(int(self.setting_button.size().width() * 0.6),
int(self.setting_button.size().height()* 0.6)
))
int(self.setting_button.size().height() * 0.6)
))
# setting the setting button to a fixed height doesn't always
# guarantee that the height exactly matches the Close/Add buttons.
# So let's play it safe and force them to match always:
Expand Down

0 comments on commit 41344ad

Please sign in to comment.