Skip to content

Commit

Permalink
Empty commit for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
proneon267 committed Nov 3, 2023
1 parent 4619553 commit 6f8019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winforms/src/toga_winforms/widgets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def refresh(self):
self.scale_font(self.original_font.Size),
self.original_font.Style,
)

# Default values; may be overwritten by rehint().
self.interface.intrinsic.width = at_least(self.interface._MIN_WIDTH)
self.interface.intrinsic.height = at_least(self.interface._MIN_HEIGHT)
Expand Down

0 comments on commit 6f8019c

Please sign in to comment.