improve dialog and cloud browse icon text, deselect guide on mode leave
This commit is contained in:
@@ -918,10 +918,10 @@
|
||||
|
||||
<!-- 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">
|
||||
<border dir="col" color=".4 .4 .4 .8" pad="4" height="100" 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">
|
||||
<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 positioning="absolute" color="0 0 0 .5" pad="2" width="100%">
|
||||
<text id="title" text="File Name" text-wrap-width="85"/>
|
||||
</border>
|
||||
</image-texture>
|
||||
</border>
|
||||
@@ -951,9 +951,12 @@
|
||||
|
||||
<!-- DIALOG CLOUD BROWSE -->
|
||||
<layout id="dialog-cloud-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"/>
|
||||
<border dir="col" color=".4 .4 .4 .8" pad="4" height="100" 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">
|
||||
<border positioning="absolute" color="0 0 0 .5" pad="2" width="100%">
|
||||
<text id="title" text="File Name" text-wrap-width="85"/>
|
||||
</border>
|
||||
</image-texture>
|
||||
</border>
|
||||
</layout>
|
||||
<layout id="dialog-cloud">
|
||||
|
||||
Reference in New Issue
Block a user