mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 04:59:22 +02:00
Qt: fixed TIconArrangement for TListView vsIcon,vsSmallIcon
git-svn-id: trunk@38893 -
This commit is contained in:
parent
fbd34e1260
commit
8f30e4debe
@ -291,8 +291,8 @@ const
|
||||
|
||||
IconArngToQListFlow: array[TIconArrangement] of QListViewFlow =
|
||||
(
|
||||
{iaTop} QListViewTopToBottom,
|
||||
{iaLeft} QListViewLeftToRight
|
||||
{iaTop} QListViewLeftToRight,
|
||||
{iaLeft}QListViewTopToBottom
|
||||
);
|
||||
|
||||
{ TQtWSToolBar }
|
||||
|
Loading…
Reference in New Issue
Block a user