Map Editor - Copy filter
This commit is contained in:
@@ -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
|
||||
@@ -509,8 +509,14 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Height: 25
|
||||
Text: Copy/Paste
|
||||
Font: Bold
|
||||
Button@GRID_BUTTON:
|
||||
DropDownButton@COPYFILTER_BUTTON:
|
||||
X: 270
|
||||
Width: 140
|
||||
Height: 25
|
||||
Text: Copy Filters
|
||||
Font: Bold
|
||||
Button@GRID_BUTTON:
|
||||
X: 420
|
||||
Width: 70
|
||||
Height: 25
|
||||
Text: Grid
|
||||
@@ -520,7 +526,7 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Font: Bold
|
||||
Key: f1
|
||||
Label@ZOOM_LABEL:
|
||||
X: 345
|
||||
X: 495
|
||||
Width: 50
|
||||
Height: 25
|
||||
Text: Zoom:
|
||||
@@ -528,20 +534,20 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Font: Bold
|
||||
Contrast: true
|
||||
DropDownButton@ZOOM_BUTTON:
|
||||
X: 400
|
||||
X: 550
|
||||
Width: 70
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Key: TogglePixelDouble
|
||||
Label@COORDINATE_LABEL:
|
||||
X: 485
|
||||
X: 635
|
||||
Width: 50
|
||||
Height: 25
|
||||
Align: Left
|
||||
Font: Bold
|
||||
Contrast: true
|
||||
Label@CASH_LABEL:
|
||||
X: 600
|
||||
X: 750
|
||||
Width: 50
|
||||
Height: 25
|
||||
Align: Left
|
||||
@@ -575,3 +581,14 @@ ScrollPanel@CATEGORY_FILTER_PANEL:
|
||||
Width: PARENT_RIGHT - 29
|
||||
Height: 20
|
||||
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
|
||||
Reference in New Issue
Block a user