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",
@@ -34,19 +34,19 @@ static const char *const new_xpm[] = {
"X c #376EC9", "X c #376EC9",
"< c #ACE95B", "< c #ACE95B",
/* pixels */ /* pixels */
" .XoO+@#$. ", " .XoO+@#$. ",
" .%%&*=-O;: ", " .%%&*=-O;: ",
" >>>>%&*=O,=o ", " >>>>%&*=O,=o ",
" ><<>%%&*O,,=o ", " ><<>%%&*O,,=o ",
">>><<>>>%&OOo+@ ", ">>><<>>>%&OOo+@ ",
"><<<<<<>1%&*=-@ ", "><<<<<<>1%&*=-@ ",
"><<<<<<>21%&*=@ ", "><<<<<<>21%&*=@ ",
">>><<>>>321%&*+ ", ">>><<>>>321%&*+ ",
" ><<>456321%&O ", " ><<>456321%&O ",
" >>>>7456321%o ", " >>>>7456321%o ",
" .,8974563210 ", " .,8974563210 ",
" .,,897456320 ", " .,,897456320 ",
" .,,,8974563q ", " .,,,8974563q ",
" .,,,,897456w ", " .,,,,897456w ",
" ............ " " ............ "
}; };