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:
Vadim Zeitlin
2014-12-05 22:18:32 +00:00
parent c76ad77c01
commit e841e90fef
2 changed files with 16 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -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",