projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08873d3
)
Comboboxes should have default height
author
Julian Smart
<julian@anthemion.co.uk>
Thu, 1 Jul 2004 14:17:47 +0000
(14:17 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Thu, 1 Jul 2004 14:17:47 +0000
(14:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28136
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/html/helpfrm.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/html/helpfrm.cpp
b/src/html/helpfrm.cpp
index ab924b7ab782774e5db7c0ee2a84ea0168d2b6a0..abcdb10dcf3a7ab39211dd6e22efcd509f678176 100644
(file)
--- a/
src/html/helpfrm.cpp
+++ b/
src/html/helpfrm.cpp
@@
-1178,11
+1178,11
@@
public:
sizer->Add(new wxStaticText(this, wxID_ANY, _("Font size:")));
sizer->Add(NormalFont = new wxComboBox(this, wxID_ANY, wxEmptyString, wxDefaultPosition,
- wxSize(200,
200
),
+ wxSize(200,
-1
),
0, NULL, wxCB_DROPDOWN | wxCB_READONLY));
sizer->Add(FixedFont = new wxComboBox(this, wxID_ANY, wxEmptyString, wxDefaultPosition,
- wxSize(200,
200
),
+ wxSize(200,
-1
),
0, NULL, wxCB_DROPDOWN | wxCB_READONLY));
sizer->Add(FontSize = new wxSpinCtrl(this, wxID_ANY));