From 528f2a25caa22c98af73f5b5cc422b8d4e4b0407 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 20 Oct 2010 23:11:09 +0000 Subject: [PATCH] Merge wxBitmapButton and wxButton panels in the xrc sample. There are already way too many pages in the "Controls Example" in the sample, combine wxBitmapButton and wxButton ones to save some space and make it more usable. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/xrc/rc/controls.xrc | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/samples/xrc/rc/controls.xrc b/samples/xrc/rc/controls.xrc index e5faea49f6..ea41b0869c 100644 --- a/samples/xrc/rc/controls.xrc +++ b/samples/xrc/rc/controls.xrc @@ -202,31 +202,11 @@ - - - - - 1 - 0 - 0 - 0 - 0 - 0 - - wxALIGN_CENTRE|wxALL - 5 - - controls.xpm - - - - - - 2 + 4 0 0 0 @@ -261,6 +241,20 @@ + + wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL + 5 + + + + + + wxALIGN_CENTRE|wxALL + 5 + + controls.xpm + + -- 2.45.2