From 092b6356d5a3abbc9edb00792f95cecb95b17d06 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 9 Jul 2016 10:44:36 +0100 Subject: [PATCH] Adjusted size of the status bar icon spaces. --- source/frmMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/frmMain.cpp b/source/frmMain.cpp index 6625432..bae3e30 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -245,7 +245,7 @@ frmMainADT( parent ) #elif defined(__WIN32__) - int stbBottomData [4] = { -1, 8, 8, 8 }; + int stbBottomData [4] = { -1, 16, 16, 16 }; #else -- 2.39.2