From b7007b4b0cac946a7b6ac60551dbd4f688e3000b Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 1 Apr 2014 10:06:58 +0100 Subject: When using Lazarus IDE, the image byte arrays should be code-folder Just a convenience thing. ;-) --- src/gui/fpg_style_win8.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/fpg_style_win8.pas b/src/gui/fpg_style_win8.pas index 69bad2cb..f3d99705 100644 --- a/src/gui/fpg_style_win8.pas +++ b/src/gui/fpg_style_win8.pas @@ -72,6 +72,7 @@ const $FF27546A, $FFE5E5E5); +{%region 'Byte arrays of images' -fold} const win8_checkboxes: array[0..2601] of byte = ( 66, 77, 42, 10, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 40, 0, 0, @@ -387,6 +388,7 @@ const 199,199,214,214,214,233,233,233,255,255,255,255,255,255,255,255,255, 0); +{%endregion} { TfpgWin8Style } -- cgit v1.2.3-70-g09d2