Skip to content

Commit

Permalink
fix: add/delete button size tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kegechen authored and 18202781743 committed Apr 1, 2024
1 parent fd46400 commit 1843697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -77,7 +77,7 @@ namespace Ins {
}
namespace Edit {
static const QSize CompleteSize(140, 36);
static const QSize DeleteIconSize(17, 17);
static const QSize DeleteIconSize(16, 16);
static const int leftMargin = 0;
static const int rightMargin = 10;
static const int topMargin = 0;
Expand Down

0 comments on commit 1843697

Please sign in to comment.