improve dialog browse, wrap ui task for every Node method that modifies the children list, update the ui every time the scene tree changes, restore fps and stylus state on win, fix bucket tool, fix snapshop restore, init in ui thread
This commit is contained in:
@@ -919,8 +919,11 @@
|
||||
<!-- DIALOG BROWSE -->
|
||||
<layout id="dialog-browse-item">
|
||||
<border dir="col" color=".4 .4 .4 .8" pad="4" height="120" width="100" margin="1 1 1 1" grow="1" align="center">
|
||||
<image-texture id="thumb-tex" width="100%" grow="1" height="1" aspect-ratio="1"/>
|
||||
<text id="title" text="File Name" margin="5 0 0 0"/>
|
||||
<image-texture id="thumb-tex" width="100%" grow="1" height="1" aspect-ratio="1">
|
||||
<border positioning="absolute" color="0 0 0 .5" pad="2">
|
||||
<text id="title" text="File Name" margin="5 0 0 0" text-wrap-width="90"/>
|
||||
</border>
|
||||
</image-texture>
|
||||
</border>
|
||||
</layout>
|
||||
<layout id="dialog-browse">
|
||||
@@ -1581,12 +1584,10 @@ Here's a list of what's available in this release.
|
||||
<icon icon="bug" width="20"/>
|
||||
<text id="menu-label" text="What's new?" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<!--
|
||||
<button-custom id="about-crash" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="bug" width="20"/>
|
||||
<text id="menu-label" text="Induce crash" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
-->
|
||||
<button-custom id="about-perf" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="bug" width="20"/>
|
||||
<text id="menu-label" text="Performance test" margin="0 0 0 5"/>
|
||||
|
||||
Reference in New Issue
Block a user