From 5ca6144b77c9d48bd97e674b78f54aa5ed385ed0 Mon Sep 17 00:00:00 2001 From: bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Wed, 24 Sep 2014 21:38:13 +0000 Subject: [PATCH] PoChecker: set IconOptions.AutoArrange to True for the ListView on GraphStat form. (Windows and GTK2 AutoArrange always (probably a bug), so this only affected QT WS) git-svn-id: trunk@46317 - --- components/pochecker/graphstat.lfm | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pochecker/graphstat.lfm b/components/pochecker/graphstat.lfm index 011254351c..13857f8175 100644 --- a/components/pochecker/graphstat.lfm +++ b/components/pochecker/graphstat.lfm @@ -71,6 +71,7 @@ object GraphStatForm: TGraphStatForm Width = 250 AutoSort = False Columns = <> + IconOptions.AutoArrange = True ParentShowHint = False ReadOnly = True ScrollBars = ssAutoBoth