diff options
Diffstat (limited to 'src/wx/screen_dialog.cc')
| -rw-r--r-- | src/wx/screen_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index da813e32a..e312af920 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -33,7 +33,7 @@ using std::cout; using boost::optional; ScreenDialog::ScreenDialog (wxWindow* parent, string title, string name, optional<dcp::Certificate> certificate) - : TableDialog (parent, std_to_wx (title), 2, true) + : TableDialog (parent, std_to_wx (title), 2, 1, true) , _certificate (certificate) { add (_("Name"), true); |
