mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
Hide the frame for the 'other options'.
This commit is contained in:
parent
7b06214361
commit
5d6a1dc2df
@ -36,8 +36,8 @@ tab_advanced::tab_advanced(wxWindow *parent):
|
|||||||
wxTAB_TRAVERSAL) {
|
wxTAB_TRAVERSAL) {
|
||||||
uint32_t i;
|
uint32_t i;
|
||||||
|
|
||||||
new wxStaticBox(this, -1, _("Other options"),
|
// new wxStaticBox(this, -1, _("Other options"),
|
||||||
wxPoint(10, 5), wxSize(475, 50));
|
// wxPoint(10, 5), wxSize(475, 50));
|
||||||
// new wxStaticText(this, -1, _("Command line charset:"), wxPoint(15, 25));
|
// new wxStaticText(this, -1, _("Command line charset:"), wxPoint(15, 25));
|
||||||
cob_cl_charset =
|
cob_cl_charset =
|
||||||
new wxComboBox(this, ID_CB_CLCHARSET, "", wxPoint(155, 25),
|
new wxComboBox(this, ID_CB_CLCHARSET, "", wxPoint(155, 25),
|
||||||
|
Loading…
Reference in New Issue
Block a user