mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
using PROPTYPE_INT_SCROLL for layer size in editor
This commit is contained in:
parent
981b47d0af
commit
866f76727b
|
@ -292,8 +292,8 @@ int CLayerTiles::RenderProperties(CUIRect *pToolBox)
|
||||||
};
|
};
|
||||||
|
|
||||||
CProperty aProps[] = {
|
CProperty aProps[] = {
|
||||||
{Localize("Width"), m_Width, PROPTYPE_INT_STEP, 1, 1000000000},
|
{Localize("Width"), m_Width, PROPTYPE_INT_SCROLL, 1, 1000000000},
|
||||||
{Localize("Height"), m_Height, PROPTYPE_INT_STEP, 1, 1000000000},
|
{Localize("Height"), m_Height, PROPTYPE_INT_SCROLL, 1, 1000000000},
|
||||||
{Localize("Image"), m_Image, PROPTYPE_IMAGE, 0, 0},
|
{Localize("Image"), m_Image, PROPTYPE_IMAGE, 0, 0},
|
||||||
{0},
|
{0},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue