Skip to content

Commit

Permalink
fix: add button size tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kegechen committed Mar 25, 2024
1 parent fd46400 commit d84bbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace Widget {
namespace Store {
static const QSize TypeBtnSize(28, 24);
static const QSize TypeBoxSize(TypeBtnSize.width() * SizeType, 24);
static const QSize AddIconSize(17, 17);
static const QSize AddIconSize(16, 16);
static const int leftMargin = 0;
static const int rightMargin = 0;
static const int topMargin = 18;
Expand Down

0 comments on commit d84bbfd

Please sign in to comment.