Make all bitmaps of the same size in the toolbar sample.
This is a requirement under MSW and resulted in problems when a secondary toolbar was created. Closes #16707. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -1,7 +1,7 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static const char *const new_xpm[] = {
|
static const char *const new_xpm[] = {
|
||||||
/* columns rows colors chars-per-pixel */
|
/* columns rows colors chars-per-pixel */
|
||||||
"16 15 31 1",
|
"16 16 31 1",
|
||||||
". c #7198D9",
|
". c #7198D9",
|
||||||
"2 c #DCE6F6",
|
"2 c #DCE6F6",
|
||||||
", c #FFFFFF",
|
", c #FFFFFF",
|
||||||
|
Reference in New Issue
Block a user