summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2014-04-01 10:06:58 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2014-04-01 10:06:58 +0100
commitb7007b4b0cac946a7b6ac60551dbd4f688e3000b (patch)
tree67644b5fe4122550399a14304fcc3b9e8a5a6212 /src/gui
parent0590c70c3961bf86f1184a51bb585ac7bbefa2c3 (diff)
downloadfpGUI-b7007b4b0cac946a7b6ac60551dbd4f688e3000b.tar.xz
When using Lazarus IDE, the image byte arrays should be code-folder
Just a convenience thing. ;-)
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/fpg_style_win8.pas2
1 files changed, 2 insertions, 0 deletions
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 }