From 195188e6fc0fc50cad8a6f10b9f564b5e6287911 Mon Sep 17 00:00:00 2001 From: xomf Date: Mon, 2 Jun 2025 00:37:37 +0000 Subject: [PATCH] Update slabos.lua --- slabos.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slabos.lua b/slabos.lua index 86628d8..a7d114e 100644 --- a/slabos.lua +++ b/slabos.lua @@ -116,9 +116,9 @@ local function populate_homescreen_buttons() homescreen:clear() - local button_width = 8 + local button_width = 11 local button_height = 3 - local button_spacing_x = 3 + local button_spacing_x = 2 local button_spacing_y = 2 local current_x = button_spacing_x local current_y = button_spacing_y