Qt: fixed TIconArrangement for TListView vsIcon,vsSmallIcon

git-svn-id: trunk@38893 -
This commit is contained in:
zeljko 2012-09-29 08:05:22 +00:00
parent fbd34e1260
commit 8f30e4debe

View File

@ -291,8 +291,8 @@ const
IconArngToQListFlow: array[TIconArrangement] of QListViewFlow =
(
{iaTop} QListViewTopToBottom,
{iaLeft} QListViewLeftToRight
{iaTop} QListViewLeftToRight,
{iaLeft}QListViewTopToBottom
);
{ TQtWSToolBar }