Fix scaling issues
This commit is contained in:
committed by
Gustas Kažukauskas
parent
b340c42ab1
commit
5ff7c9f269
@@ -291,7 +291,8 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Children:
|
||||
ScrollItem@TILEPREVIEW_TEMPLATE:
|
||||
Visible: false
|
||||
Width: PARENT_WIDTH - 35
|
||||
Width: (PARENT_WIDTH - 24) / 2 - 6
|
||||
Height: PARENT_WIDTH / 2
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
Children:
|
||||
TerrainTemplatePreview@TILE_PREVIEW:
|
||||
@@ -315,6 +316,8 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Children:
|
||||
ScrollItem@LAYERPREVIEW_TEMPLATE:
|
||||
Visible: false
|
||||
Width: (PARENT_WIDTH - 24) / 2 - 6
|
||||
Height: PARENT_WIDTH / 2
|
||||
IgnoreChildMouseOver: true
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
Children:
|
||||
@@ -377,7 +380,8 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Children:
|
||||
ScrollItem@ACTORPREVIEW_TEMPLATE:
|
||||
Visible: false
|
||||
Width: PARENT_WIDTH - 35
|
||||
Width: (PARENT_WIDTH - 24) / 2 - 6
|
||||
Height: PARENT_WIDTH / 2
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
TooltipTemplate: SIMPLE_TOOLTIP
|
||||
IgnoreChildMouseOver: true
|
||||
|
||||
Reference in New Issue
Block a user