mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 19:26:07 +02:00
Cody: select whole row in 'Add "With" block' dialog stringgrid
git-svn-id: trunk@32291 -
This commit is contained in:
parent
cb31e47d61
commit
ccd95aed3e
@ -57,7 +57,7 @@ object AddWithBlockDialog: TAddWithBlockDialog
|
||||
Width = 171
|
||||
end>
|
||||
FixedCols = 0
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goColSpanning, goSmoothScroll]
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowSelect, goColSpanning, goSmoothScroll]
|
||||
TabOrder = 0
|
||||
ColWidths = (
|
||||
171
|
||||
|
Loading…
Reference in New Issue
Block a user