Applied patch [ 637982 ] wxComboBox needs margin
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Dec 2002 21:43:43 +0000 (21:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Dec 2002 21:43:43 +0000 (21:43 +0000)
commit1b489359c4051c23262e3118b4489054ef7f3843
treed8eb8229ad7e19ead3cc60a68bfe7db09f9fa36d
parent11d667e7eb2e0f984d52f4e1c02bb91b42e1c789
Applied patch [ 637982 ] wxComboBox needs margin

wxComboBox doesn't have a margin between the text and
the dropdown button when the default size is used.
Since wxTextctrl currently returns a rather long minmal
size, this error is only visible if a long text (around
20 chars) is used. This patch introduces a margin
(analog wxSpinctrl).

Otto Wyss

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/univ/combobox.cpp