Map Editor - Copy filter

This commit is contained in:
rob-v
2019-01-02 15:46:57 +01:00
committed by reaperrr
parent 5a8f7f1a5f
commit a77d2f15b1
4 changed files with 114 additions and 27 deletions

View File

@@ -522,7 +522,7 @@ Container@EDITOR_WORLD_ROOT:
Text: Actors
Font: Bold
Button@GRID_BUTTON:
X: WINDOW_RIGHT - 500
X: WINDOW_RIGHT - 650
Y: 5
Width: 100
Height: 25
@@ -533,7 +533,7 @@ Container@EDITOR_WORLD_ROOT:
TooltipText: Toggle the terrain grid
TooltipContainer: TOOLTIP_CONTAINER
Label@ZOOM_LABEL:
X: WINDOW_RIGHT - 580 - 55
X: WINDOW_RIGHT - 730 - 55
Y: 5
Width: 50
Height: 25
@@ -542,18 +542,25 @@ Container@EDITOR_WORLD_ROOT:
Font: Bold
Contrast: true
DropDownButton@ZOOM_BUTTON:
X: WINDOW_RIGHT - 580
X: WINDOW_RIGHT - 730
Y: 5
Width: 70
Height: 25
Font: Bold
Key: TogglePixelDouble
Button@COPYPASTE_BUTTON:
X: WINDOW_RIGHT - 390
X: WINDOW_RIGHT - 540
Y: 5
Width: 96
Height: 25
Text: Copy/Paste
DropDownButton@COPYFILTER_BUTTON:
X: WINDOW_RIGHT - 435
Y: 5
Width: 140
Height: 25
Text: Copy Filters
Font: Bold
Label@COORDINATE_LABEL:
X: 10
Width: 50
@@ -594,3 +601,14 @@ ScrollPanel@CATEGORY_FILTER_PANEL:
Width: PARENT_RIGHT - 29
Height: 22
Visible: false
ScrollPanel@COPY_FILTER_PANEL:
Width: 140
Height: 65
Children:
Checkbox@CATEGORY_TEMPLATE:
X: 5
Y: 5
Width: PARENT_RIGHT - 29
Height: 20
Visible: false