Small improvement in HTML help options dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1232,9 +1232,12 @@ public:
|
|||||||
|
|
||||||
topsizer->Add(new wxStaticText(this, wxID_ANY, _("Preview:")),
|
topsizer->Add(new wxStaticText(this, wxID_ANY, _("Preview:")),
|
||||||
0, wxLEFT | wxTOP, 10);
|
0, wxLEFT | wxTOP, 10);
|
||||||
|
|
||||||
|
topsizer->AddSpacer(5);
|
||||||
|
|
||||||
topsizer->Add(TestWin = new wxHtmlWindow(this, wxID_ANY, wxDefaultPosition, wxSize(20, 150),
|
topsizer->Add(TestWin = new wxHtmlWindow(this, wxID_ANY, wxDefaultPosition, wxSize(20, 150),
|
||||||
wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER),
|
wxHW_SCROLLBAR_AUTO|wxBORDER_THEME),
|
||||||
1, wxEXPAND | wxLEFT|wxTOP|wxRIGHT, 10);
|
1, wxEXPAND | wxLEFT | wxRIGHT, 10);
|
||||||
|
|
||||||
wxBoxSizer *sizer2 = new wxBoxSizer(wxHORIZONTAL);
|
wxBoxSizer *sizer2 = new wxBoxSizer(wxHORIZONTAL);
|
||||||
wxButton *ok;
|
wxButton *ok;
|
||||||
|
Reference in New Issue
Block a user