mirror of https://gitlab.com/basile.b/dexed.git
hide messages tooltip
This commit is contained in:
parent
5f1a82536d
commit
5d95330d50
|
@ -35,12 +35,14 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
|||
ParentFont = False
|
||||
ParentShowHint = False
|
||||
ReadOnly = True
|
||||
ShowHint = True
|
||||
ShowLines = False
|
||||
ShowRoot = False
|
||||
TabOrder = 0
|
||||
ToolTips = False
|
||||
OnCustomDrawItem = ListCustomDrawItem
|
||||
OnKeyDown = ListKeyDown
|
||||
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoToolTips, tvoThemedDraw]
|
||||
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoThemedDraw]
|
||||
end
|
||||
object selCtxt: TToolBar[1]
|
||||
Left = 2
|
||||
|
|
Loading…
Reference in New Issue