]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/icons/gauge.xpm
fix sizing of extra control
[wxWidgets.git] / samples / controls / icons / gauge.xpm
index 947bbdf0245130354662493c0abeebc60ff68636..365231eabe7909a398ff8bb4964b6f42360d927c 100644 (file)
@@ -1,27 +1,27 @@
-/* XPM */
-static char * gauge_xpm[] = {
-/* width height ncolors chars_per_pixel */
-"16 16 5 1",
-/* colors */
-"      s None  c None",
-".     c #000000",
-"+     c #000080",
-"@     c #c0c0c0",
-"#     c #808080",
-/* pixels */
-"                ",
-"                ",
-"                ",
-"################",
-"#..............#",
-"#.++++++++@@@@@#",
-"#.++++++++@@@@@#",
-"#.++++++++@@@@@#",
-"#.++++++++@@@@@#",
-"#.++++++++@@@@@#",
-"#.++++++++@@@@@#",
-"#.++++++++@@@@@#",
-"################",
-"                ",
-"                ",
-"                "};
+/* XPM */\r
+static const char *const gauge_xpm[] = {\r
+/* width height ncolors chars_per_pixel */\r
+"16 16 5 1",\r
+/* colors */\r
+"      s None  c None",\r
+".     c #000000",\r
+"+     c #000080",\r
+"@     c #c0c0c0",\r
+"#     c #808080",\r
+/* pixels */\r
+"                ",\r
+"                ",\r
+"                ",\r
+"################",\r
+"#..............#",\r
+"#.++++++++@@@@@#",\r
+"#.++++++++@@@@@#",\r
+"#.++++++++@@@@@#",\r
+"#.++++++++@@@@@#",\r
+"#.++++++++@@@@@#",\r
+"#.++++++++@@@@@#",\r
+"#.++++++++@@@@@#",\r
+"################",\r
+"                ",\r
+"                ",\r
+"                "};\r