Add "minheight" properties to avoid std::clamp asserts in visual studio when lo > hi

This commit is contained in:
Martín Capello 2022-09-13 16:56:33 -03:00
parent 9b917fe197
commit f454d9a0af

View File

@ -1,5 +1,5 @@
<!-- Aseprite -->
<!-- Copyright (C) 2020 Igara Studio S.A. -->
<!-- Copyright (C) 2020-2022 Igara Studio S.A. -->
<gui>
<vbox id="dynamics">
<hbox>
@ -9,16 +9,16 @@
<item text="@.velocity" tooltip="@.velocity_tooltip" tooltip_dir="bottom" />
<item text="@.size" tooltip="@.size_tooltip" tooltip_dir="right" />
<item text="" maxheight="1" />
<item text="" maxheight="1" />
<item text="" minheight="1" maxheight="1" />
<item text="" minheight="1" maxheight="1" />
<item text="@.angle" tooltip="@.angle_tooltip" tooltip_dir="right" />
<item text="" maxheight="1" />
<item text="" maxheight="1" />
<item text="" minheight="1" maxheight="1" />
<item text="" minheight="1" maxheight="1" />
<item text="@.gradient" tooltip="@.gradient_tooltip" tooltip_dir="right" />
<item text="" maxheight="1" />
<item text="" maxheight="1" />
<item text="" minheight="1" maxheight="1" />
<item text="" minheight="1" maxheight="1" />
</buttonset>
</hbox>