From 5d5530ffb582b96ebb1dd25a28b3e623cdfc32d3 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Tue, 16 May 2023 17:42:05 +0200 Subject: [PATCH] Fix osd button padding --- data/gtk/game.blp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/gtk/game.blp b/data/gtk/game.blp index d1f75dd..e3e67a9 100644 --- a/data/gtk/game.blp +++ b/data/gtk/game.blp @@ -27,6 +27,7 @@ template $Game : Box { margin-start: 6; margin-bottom: 6; margin-top: 3; + margin-end: 3; styles [ "circular", @@ -41,7 +42,7 @@ template $Game : Box { MenuButton menu_button { icon-name: "view-more-symbolic"; - margin-start: 6; + margin-start: 3; margin-bottom: 6; margin-top: 3; margin-end: 3;