Resolve merge conflict for toolbar label spacing

This commit is contained in:
lm 2025-10-17 15:31:31 +02:00
commit 9237e3acd5
1 changed files with 521 additions and 521 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