From: Steve Brokenshire Date: Sat, 9 Jul 2016 09:44:36 +0000 (+0100) Subject: Adjusted size of the status bar icon spaces. X-Git-Tag: release-0.14~7 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=092b6356d5a3abbc9edb00792f95cecb95b17d06 Adjusted size of the status bar icon spaces. --- 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