[Gui] change global QPushbutton min-width from 64px to 80px

This commit is contained in:
Syres916
2025-10-18 11:26:50 +01:00
committed by GitHub
parent 1430925600
commit 87d0457930

View File

@@ -1178,7 +1178,7 @@ QPushButton {
border: 1px solid @ButtonBorderColor;
border-radius: @InputFieldBorderRadius;
padding: 3px 12px;
min-width: 64px;
min-width: 80px; /* changed from 64px to fix issue #24604 and align with setting from 1.0.x */
}
QPushButton:default {