mirror of https://gitlab.com/basile.b/dexed.git
minor gui tweaks
This commit is contained in:
parent
81c966b451
commit
ffb193ece4
|
@ -98,6 +98,7 @@ inherited CEDubProjectEditorWidget: TCEDubProjectEditorWidget
|
|||
TabOrder = 0
|
||||
OnSelectionChanged = propTreeSelectionChanged
|
||||
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
TreeLinePenStyle = psClear
|
||||
end
|
||||
object pnlToolBar: TPanel
|
||||
Left = 4
|
||||
|
|
|
@ -67,6 +67,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 0
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
TreeLinePenStyle = psClear
|
||||
end
|
||||
object Splitter2: TSplitter
|
||||
Cursor = crVSplit
|
||||
|
|
|
@ -52,8 +52,7 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
|||
00000000000000080000005761726E696E67730A0000000A0000000A000000FF
|
||||
FFFFFF000000000000000000060000004572726F7273
|
||||
}
|
||||
TreeLineColor = 14671839
|
||||
TreeLinePenStyle = psSolid
|
||||
TreeLineColor = clDefault
|
||||
end
|
||||
object Panel1: TPanel[1]
|
||||
Left = 2
|
||||
|
|
Loading…
Reference in New Issue