mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 09:39:56 +00:00
added grid icon
This commit is contained in:
parent
fa1bd72bc0
commit
9d985d883b
@ -564,7 +564,7 @@ CSVWidget::SceneToolToggle *CSVRender::PagedWorldspaceWidget::makeControlVisibil
|
||||
mControlElements->addButton (":placeholder", Mask_CellMarker, ":placeholder",
|
||||
"Cell marker");
|
||||
mControlElements->addButton (":placeholder", Mask_CellArrow, ":placeholder", "Cell arrows");
|
||||
mControlElements->addButton (":placeholder", Mask_CellBorder, ":placeholder", "Cell border");
|
||||
mControlElements->addButton (":scenetoolbar/grid", Mask_CellBorder, ":scenetoolbar/grid-small", "Cell border");
|
||||
|
||||
mControlElements->setSelectionMask (0xffffffff);
|
||||
|
||||
|
BIN
files/opencs/grid-view-small.png
Normal file
BIN
files/opencs/grid-view-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 472 B |
BIN
files/opencs/grid-view.png
Normal file
BIN
files/opencs/grid-view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 B |
@ -80,6 +80,8 @@
|
||||
<file alias="free-camera">flying eye.png</file>
|
||||
<file alias="orbiting-camera">orbit2.png</file>
|
||||
<file alias="play">scene-play.png</file>
|
||||
<file alias="grid">grid-view.png</file>
|
||||
<file alias="grid-small">grid-view-small.png</file>
|
||||
<file alias="scene-view-1">scene-view-references.png</file>
|
||||
<file alias="scene-view-16">scene-view-terrain.png</file>
|
||||
<file alias="scene-view-4">scene-view-water.png</file>
|
||||
|
Loading…
x
Reference in New Issue
Block a user