use sunken border for wxHtmlHelpController's font preview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
55e0770e6f
commit
d65552318c
@ -1059,7 +1059,8 @@ class wxHtmlHelpFrameOptionsDialog : public wxDialog
|
||||
|
||||
topsizer->Add(new wxStaticText(this, -1, _("Preview:")),
|
||||
0, wxLEFT | wxTOP, 10);
|
||||
topsizer->Add(TestWin = new wxHtmlWindow(this, -1, wxDefaultPosition, wxSize(-1, 150)),
|
||||
topsizer->Add(TestWin = new wxHtmlWindow(this, -1, wxDefaultPosition, wxSize(-1, 150),
|
||||
wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER),
|
||||
1, wxEXPAND | wxLEFT|wxTOP|wxRIGHT, 10);
|
||||
|
||||
sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
|
Loading…
Reference in New Issue
Block a user