Increase toolbar button horizontal padding

This commit is contained in:
lm 2025-10-17 15:18:22 +02:00
parent 4361194fd1
commit 123afd5254
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class UIBuilderMixin:
def _add_toolbar_button(self, parent, text: str, command) -> None:
font = tkfont.Font(root=self.root, family="Segoe UI", size=9)
padding_x = 12
padding_x = 18
width = font.measure(text) + padding_x * 2
height = 28
radius = 9