X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorTitles.cpp;h=f1e4e24079a69b4308f97fd26557b49c5b5c4fe3;hp=edc602f7bed77b061078c470fa9de45458e7e064;hb=ada42724cf083b0a311cf22260485d61516c25c8;hpb=4770beb6c24fc13a8d9c87477f572bf9a3e29b30 diff --git a/source/contacteditor/frmContactEditorTitles.cpp b/source/contacteditor/frmContactEditorTitles.cpp index edc602f..f1e4e24 100644 --- a/source/contacteditor/frmContactEditorTitles.cpp +++ b/source/contacteditor/frmContactEditorTitles.cpp @@ -32,6 +32,8 @@ frmContactEditorTitlesADT( parent ) EditorMode = FALSE; priorityCtrl = new XABPriorityCtrl(tabGeneral); szrGeneral->Add(priorityCtrl, 1, wxEXPAND, 5); + szrGeneral->Layout(); + } void frmContactEditorTitles::ProcessAction( wxCommandEvent& event )