Skip to content

Commit

Permalink
Remove showlines from tree view for better Win10+ look
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Feb 3, 2023
1 parent 6f47d7a commit 97d2fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Main.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ object frmMain: TfrmMain
ReadOnly = True
RowSelect = True
ScrollBars = ssAutoVertical
ShowLines = False
ShowRoot = False
TabOrder = 1
OnChange = tvwMainChange
OnDblClick = tvwMainDblClick
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoToolTips, tvoThemedDraw]
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoShowButtons, tvoToolTips, tvoThemedDraw]
end
object pnlTreeLabel: TPanel
Left = 0
Expand Down

0 comments on commit 97d2fb5

Please sign in to comment.