From 776ec7a3630aeef20ae7338e61065f668216537d Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 23 May 2026 11:06:12 +0200 Subject: [PATCH] gui: minor reformatting. --- avr/devices/c03/main/style.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/devices/c03/main/style.asm b/avr/devices/c03/main/style.asm index 7719828..5ba8eaf 100644 --- a/avr/devices/c03/main/style.asm +++ b/avr/devices/c03/main/style.asm @@ -110,7 +110,7 @@ DefaultStyle_Button: .dw STYLE_BUTTON_BORDERCOL_ACTIVATED ; borderCol_activated .dw STYLE_BUTTON_SHADOWCOL_ACTIVATED ; shadowCol_activated - .db 2, 2 ; outerBorderSize, innerBorderSize + .db 2, 2 ; outerBorderSize, innerBorderSize .dw (STYLE_BUTTON_FONT*2) ; font .db STYLE_BUTTON_FONT_WIDTH, \ STYLE_BUTTON_FONT_HEIGHT ; charWidth, charHeight