From a151020a41fe91a63aa779196edeee2af7addb70 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 27 Mar 2015 02:29:16 +0100 Subject: [PATCH] libman editor, column click sorting --- src/ce_libmaneditor.lfm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ce_libmaneditor.lfm b/src/ce_libmaneditor.lfm index 82861798..7e7d3ccc 100644 --- a/src/ce_libmaneditor.lfm +++ b/src/ce_libmaneditor.lfm @@ -125,7 +125,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget item AutoSize = True Caption = 'Alias' - Width = 37 + Width = 454 end item AutoSize = True @@ -135,12 +135,13 @@ inherited CELibManEditorWidget: TCELibManEditorWidget item AutoSize = True Caption = 'Sources root' - Width = 350 + Width = 78 end> GridLines = True HideSelection = False ReadOnly = True RowSelect = True + SortType = stText TabOrder = 1 ViewStyle = vsReport OnEdited = ListEdited