mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Add "minheight" properties to avoid std::clamp asserts in visual studio when lo > hi
This commit is contained in:
parent
9b917fe197
commit
f454d9a0af
@ -1,5 +1,5 @@
|
|||||||
<!-- Aseprite -->
|
<!-- Aseprite -->
|
||||||
<!-- Copyright (C) 2020 Igara Studio S.A. -->
|
<!-- Copyright (C) 2020-2022 Igara Studio S.A. -->
|
||||||
<gui>
|
<gui>
|
||||||
<vbox id="dynamics">
|
<vbox id="dynamics">
|
||||||
<hbox>
|
<hbox>
|
||||||
@ -9,16 +9,16 @@
|
|||||||
<item text="@.velocity" tooltip="@.velocity_tooltip" tooltip_dir="bottom" />
|
<item text="@.velocity" tooltip="@.velocity_tooltip" tooltip_dir="bottom" />
|
||||||
|
|
||||||
<item text="@.size" tooltip="@.size_tooltip" tooltip_dir="right" />
|
<item text="@.size" tooltip="@.size_tooltip" tooltip_dir="right" />
|
||||||
<item text="" maxheight="1" />
|
<item text="" minheight="1" maxheight="1" />
|
||||||
<item text="" maxheight="1" />
|
<item text="" minheight="1" maxheight="1" />
|
||||||
|
|
||||||
<item text="@.angle" tooltip="@.angle_tooltip" tooltip_dir="right" />
|
<item text="@.angle" tooltip="@.angle_tooltip" tooltip_dir="right" />
|
||||||
<item text="" maxheight="1" />
|
<item text="" minheight="1" maxheight="1" />
|
||||||
<item text="" maxheight="1" />
|
<item text="" minheight="1" maxheight="1" />
|
||||||
|
|
||||||
<item text="@.gradient" tooltip="@.gradient_tooltip" tooltip_dir="right" />
|
<item text="@.gradient" tooltip="@.gradient_tooltip" tooltip_dir="right" />
|
||||||
<item text="" maxheight="1" />
|
<item text="" minheight="1" maxheight="1" />
|
||||||
<item text="" maxheight="1" />
|
<item text="" minheight="1" maxheight="1" />
|
||||||
</buttonset>
|
</buttonset>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user