Skip to content

Commit

Permalink
Make smaller button spacing to better match GTk 4
Browse files Browse the repository at this point in the history
Fixes #53
  • Loading branch information
grulja committed Mar 4, 2024
1 parent f0fc0e7 commit 4f716b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qadwaitadecorations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include <QtDBus/QDBusVariant>
#include <QtDBus/QtDBus>

static constexpr int ceButtonSpacing = 14;
static constexpr int ceButtonSpacing = 12;
static constexpr int ceButtonWidth = 24;
static constexpr int ceCornerRadius = 12;
static constexpr int ceShadowsWidth = 10;
Expand Down

0 comments on commit 4f716b6

Please sign in to comment.