X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorEmail.cpp;h=fa3bb3eb3a9774011c5f04e34b1e56b82d7e2974;hp=6ee02195233198854e2354d5e20d8852bdb4dbbe;hb=ada42724cf083b0a311cf22260485d61516c25c8;hpb=4770beb6c24fc13a8d9c87477f572bf9a3e29b30 diff --git a/source/contacteditor/frmContactEditorEmail.cpp b/source/contacteditor/frmContactEditorEmail.cpp index 6ee0219..fa3bb3e 100644 --- a/source/contacteditor/frmContactEditorEmail.cpp +++ b/source/contacteditor/frmContactEditorEmail.cpp @@ -30,6 +30,7 @@ frmContactEditorEmailADT( parent ) EditorMode = FALSE; priorityCtrl = new XABPriorityCtrl(tabGeneral); szrGeneral->Add(priorityCtrl, 1, wxEXPAND, 5); + szrGeneral->Layout(); }