diff options
Diffstat (limited to 'src/game/editor')
| -rw-r--r-- | src/game/editor/ed_layer_tiles.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/editor/ed_layer_tiles.cpp b/src/game/editor/ed_layer_tiles.cpp index d093cab2..e7751d09 100644 --- a/src/game/editor/ed_layer_tiles.cpp +++ b/src/game/editor/ed_layer_tiles.cpp @@ -292,8 +292,8 @@ int CLayerTiles::RenderProperties(CUIRect *pToolBox) }; CProperty aProps[] = { - {Localize("Width"), m_Width, PROPTYPE_INT_STEP, 1, 1000000000}, - {Localize("Height"), m_Height, PROPTYPE_INT_STEP, 1, 1000000000}, + {Localize("Width"), m_Width, PROPTYPE_INT_SCROLL, 1, 1000000000}, + {Localize("Height"), m_Height, PROPTYPE_INT_SCROLL, 1, 1000000000}, {Localize("Image"), m_Image, PROPTYPE_IMAGE, 0, 0}, {0}, }; |