mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
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 -
This commit is contained in:
parent
817720f66d
commit
5ca6144b77
@ -71,6 +71,7 @@ object GraphStatForm: TGraphStatForm
|
||||
Width = 250
|
||||
AutoSort = False
|
||||
Columns = <>
|
||||
IconOptions.AutoArrange = True
|
||||
ParentShowHint = False
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
|
Loading…
Reference in New Issue
Block a user