mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 06:49:27 +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 =
|
IconArngToQListFlow: array[TIconArrangement] of QListViewFlow =
|
||||||
(
|
(
|
||||||
{iaTop} QListViewTopToBottom,
|
{iaTop} QListViewLeftToRight,
|
||||||
{iaLeft} QListViewLeftToRight
|
{iaLeft}QListViewTopToBottom
|
||||||
);
|
);
|
||||||
|
|
||||||
{ TQtWSToolBar }
|
{ TQtWSToolBar }
|
||||||
|
Loading…
Reference in New Issue
Block a user