diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-12 02:03:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-12 02:03:51 +0100 |
| commit | 4d54bedc92c16c72640617d29efb2ba5343e54bd (patch) | |
| tree | ae264b1c78b0b1d9074ae90b125e3f2719af46a4 /src/wx/table_dialog.h | |
| parent | 7783b6ea435c6a992ac5a2ec7d9e1156f54ab039 (diff) | |
White space: content_advanced_dialog.{cc,h} table_dialog.{cc,h}
Diffstat (limited to 'src/wx/table_dialog.h')
| -rw-r--r-- | src/wx/table_dialog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/table_dialog.h b/src/wx/table_dialog.h index c9eeb3ef8..dbc05693d 100644 --- a/src/wx/table_dialog.h +++ b/src/wx/table_dialog.h @@ -29,19 +29,19 @@ LIBDCP_ENABLE_WARNINGS class TableDialog : public wxDialog { public: - TableDialog (wxWindow* parent, wxString title, int columns, int growable, bool cancel); + TableDialog(wxWindow* parent, wxString title, int columns, int growable, bool cancel); protected: template<class T> - T* add (T* w, int proportion = 1, int flag = wxEXPAND) { - _table->Add (w, proportion, flag); + T* add(T* w, int proportion = 1, int flag = wxEXPAND) { + _table->Add(w, proportion, flag); return w; } - wxStaticText* add (wxString text, bool label, int flags = wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT); - void add_spacer (); + wxStaticText* add(wxString text, bool label, int flags = wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT); + void add_spacer(); - void layout (); + void layout(); wxFlexGridSizer* _table; |
