mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:09:15 +02:00
LCL, grids, set Title's multiline property to false by default (this prevents unnecessary listing in the lfm file)
git-svn-id: trunk@44894 -
This commit is contained in:
parent
86fff5f389
commit
7da0b079e6
@ -448,7 +448,7 @@ type
|
||||
property ImageIndex: Integer read FImageIndex write SetImageIndex default -1;
|
||||
property ImageLayout: TButtonLayout read FImageLayout write SetImageLayout default blGlyphRight;
|
||||
property Layout: TTextLayout read GetLayout write SetLayout stored IsLayoutStored;
|
||||
property MultiLine: Boolean read FMultiLine write SetMultiLine;
|
||||
property MultiLine: Boolean read FMultiLine write SetMultiLine default false;
|
||||
property PrefixOption: TPrefixOption read FPrefixOption write SetPrefixOption default poNone;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user