Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Nov 24, 2023
1 parent a8569a1 commit f072b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QgisModelBaker/utils/gui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class PageIds:
ProjectCreation = 13
TIDConfiguration = 14


class ToppingWizardPageIds:
Target = 1
Models = 2
Expand Down Expand Up @@ -1142,7 +1142,7 @@ def paint(self, painter, option, index):
# don't show option when disabled
if index.data(int(self.disable_role)) if self.disable_role else False:
return

opt = QStyleOptionButton()
opt.rect = option.rect
center_x = opt.rect.x() + opt.rect.width() / 2
Expand Down

0 comments on commit f072b1e

Please sign in to comment.