Make ActorSelector tooltips better match actor tooltips in map editor
This commit is contained in:
@@ -329,6 +329,7 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Visible: false
|
||||
Width: PARENT_RIGHT - 35
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
TooltipTemplate: TWO_LINE_TOOLTIP
|
||||
IgnoreChildMouseOver: true
|
||||
Children:
|
||||
ActorPreview@ACTOR_PREVIEW:
|
||||
|
||||
@@ -8,6 +8,21 @@ Background@SIMPLE_TOOLTIP:
|
||||
Height: 23
|
||||
Font: Bold
|
||||
|
||||
Background@TWO_LINE_TOOLTIP:
|
||||
Logic: ButtonTooltipLogic
|
||||
Background: panel-black
|
||||
Height: 48
|
||||
Children:
|
||||
Label@LABEL:
|
||||
X: 5
|
||||
Height: 46
|
||||
Font: Bold
|
||||
Label@HOTKEY:
|
||||
Visible: false
|
||||
TextColor: FFFF00
|
||||
Height: 23
|
||||
Font: Bold
|
||||
|
||||
Background@BUTTON_TOOLTIP:
|
||||
Logic: ButtonTooltipLogic
|
||||
Background: panel-black
|
||||
|
||||
Reference in New Issue
Block a user