mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
Proper border for the chapter editor tree control.
This commit is contained in:
parent
28383cf083
commit
8c306fc892
@ -87,8 +87,7 @@ tab_chapters::tab_chapters(wxWindow *parent, wxMenu *nm_chapters):
|
||||
new wxStaticText(this, wxID_STATIC, _("Chapters:"), wxPoint(10, 5),
|
||||
wxDefaultSize, 0);
|
||||
tc_chapters =
|
||||
new wxTreeCtrl(this, ID_TRC_CHAPTERS, wxPoint(10, 24), wxSize(350, 250),
|
||||
wxSIMPLE_BORDER | wxTR_HAS_BUTTONS);
|
||||
new wxTreeCtrl(this, ID_TRC_CHAPTERS, wxPoint(10, 24), wxSize(350, 250));
|
||||
|
||||
b_add_chapter =
|
||||
new wxButton(this, ID_B_ADDCHAPTER, _("Add chapter"), wxPoint(370, 24),
|
||||
|
Loading…
Reference in New Issue
Block a user