summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea332be)
raw | patch | inline | side by side (parent: ea332be)
author | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Sat, 30 Sep 2017 05:12:36 +0000 (15:12 +1000) | ||
committer | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Sat, 30 Sep 2017 05:12:36 +0000 (15:12 +1000) |
src/editor/f_main.lfm | patch | blob | history |
diff --git a/src/editor/f_main.lfm b/src/editor/f_main.lfm
index 0a7bf85a18f92d62b20f50899da3ae527afe6f60..b44cafc7a41de878f9a1a423e825db884f29ab33 100644 (file)
--- a/src/editor/f_main.lfm
+++ b/src/editor/f_main.lfm
Top = 2
Width = 145
Align = alClient
+ AutoAdvance = aaNone
Constraints.MinWidth = 145
DefaultColWidth = 60
- DefaultRowHeight = 16
- FixedCols = 0
+ DefaultRowHeight = 20
+ Flat = True
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
+ MouseWheelOption = mwGrid
ParentFont = False
RowCount = 2
ScrollBars = ssAutoVertical
OnKeyDown = vleObjectPropertyKeyDown
DisplayOptions = [doColumnTitles, doAutoColResize]
DropDownRows = 11
+ Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor, goThumbTracking]
Strings.Strings = (
''
)
)
OnGetPickList = vleObjectPropertyGetPickList
ColWidths = (
- 70
- 71
+ 72
+ 72
)
end
object PanelPropApply: TPanel