Migrate ButtonWidget to NamedHotkey.

This commit is contained in:
Paul Chote
2017-07-23 14:25:27 +00:00
committed by reaperrr
parent 42bf232b37
commit 1e0148e092
20 changed files with 120 additions and 100 deletions

View File

@@ -128,6 +128,7 @@ Container@OBSERVER_WIDGETS:
Width: 28
Height: 28
Background: sidebar-button-observer
Key: Pause
TooltipText: Pause
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
@@ -143,6 +144,7 @@ Container@OBSERVER_WIDGETS:
Width: 28
Height: 28
Background: sidebar-button-observer
Key: Pause
TooltipText: Play
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
@@ -159,6 +161,7 @@ Container@OBSERVER_WIDGETS:
Height: 22
BaseLine: 1
Background: sidebar-button-observer
Key: ReplaySpeedSlow
TooltipText: Slow speed
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
@@ -171,6 +174,7 @@ Container@OBSERVER_WIDGETS:
Height: 22
BaseLine: 1
Background: sidebar-button-observer
Key: ReplaySpeedRegular
TooltipText: Regular speed
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
@@ -183,6 +187,7 @@ Container@OBSERVER_WIDGETS:
Height: 22
BaseLine: 1
Background: sidebar-button-observer
Key: ReplaySpeedFast
TooltipText: Fast speed
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
@@ -195,6 +200,7 @@ Container@OBSERVER_WIDGETS:
Height: 22
BaseLine: 1
Background: sidebar-button-observer
Key: ReplaySpeedMax
TooltipText: Maximum speed
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0