Menu

Commit [r3753]  Maximize  Restore  History

Fixed control arrangement error on References tab.

delphidabbler 2013-11-09

changed /branches/parsnip/Src/FmSnippetsEditorDlg.pas
/branches/parsnip/Src/FmSnippetsEditorDlg.pas Diff Switch to side-by-side view
--- a/branches/parsnip/Src/FmSnippetsEditorDlg.pas
+++ b/branches/parsnip/Src/FmSnippetsEditorDlg.pas
@@ -631,6 +631,8 @@
   TCtrlArranger.MoveBelow(frmSourceEditor, chkUseHiliter, 8);
 
   // tsReferences
+  clbDepends.Height := clbXRefs.Height;
+  clbUnits.Height := clbDepends.Height;
   TCtrlArranger.AlignVCentres(
     TCtrlArranger.BottomOf(clbXRefs, 8), [edUnit, btnAddUnit]
   );
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.