Slightly improve wx[Generic]RichMessageDialog layout.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Aug 2010 15:41:24 +0000 (15:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Aug 2010 15:41:24 +0000 (15:41 +0000)
commit8d5016b18bfaee2f1694e386a7dff89868a03b6d
tree49d775eed611a015185733b26f3b7a428e7d2b78
parentc79510ca120b9b6d143c278dcf96b1403410121b
Slightly improve wx[Generic]RichMessageDialog layout.

Keep the icon at the top instead of centering it, this is more consistent with
the native behaviour under both MSW and GTK.

Get rid of an unnecessary sizer in wxGenericRichMessageDialog and give the
checkbox the right border to align with the rest of the dialog contents.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/msgdlgg.cpp
src/generic/richmsgdlgg.cpp