Skip to content

Commit

Permalink
a bit of extra space in the button
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Dec 12, 2023
1 parent 5e86c1d commit 07c5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DesignspaceEditor2.roboFontExt/lib/designspaceEditor/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def build(self):

# PROBLEMS
self.problems.tools = vanilla.SegmentedButton(
(10, 5, 120, 22),
(10, 5, 130, 22),
selectionStyle="momentary",
callback=self.problemsToolsCallback,
segmentDescriptions=[dict(title="Check for problems")]
Expand Down

0 comments on commit 07c5e6d

Please sign in to comment.