fix floating panels and iOS export picking
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<layout id="dialog-brush-upload">
|
||||
<border id="background" positioning="absolute" position="0 0" color=".4 .4 .4 .8" width="100%" height="100%" align="center" justify="center" mouse-capture="true">
|
||||
<border id="form" thickness="1" border-color=".2" pad="3" width="650" dir="col">
|
||||
<border id="title-bar" width="100%" height="30" color=".2 .2 .2 .9" dir="row" align="center" justify="center">
|
||||
<border id="title" width="100%" height="30" color=".2 .2 .2 .9" dir="row" align="center" justify="center">
|
||||
<text text="Save Brushes"></text>
|
||||
</border>
|
||||
<border width="100%" color="0 0 0 .9" pad="10" dir="row" grow="1">
|
||||
@@ -91,7 +91,7 @@
|
||||
<!-- PANEL LAYERS -->
|
||||
<layout id="tpl-panel-layers">
|
||||
<node width="300" margin="0 0 10 0" rtl="ltr">
|
||||
<border height="30" color=".4" align="center" justify="center" margin="0 0 0 0">
|
||||
<border id="title" height="30" color=".4" align="center" justify="center" margin="0 0 0 0">
|
||||
<text text="Layers" color="1 1 1 1"/>
|
||||
</border>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
<!-- PANEL STROKE -->
|
||||
<layout id="tpl-panel-stroke">
|
||||
<node width="350" margin="0 0 10 0">
|
||||
<border height="30" pad="5 0 0 0" color=".4" align="center" justify="center" dir="row">
|
||||
<border id="title" height="30" pad="5 0 0 0" color=".4" align="center" justify="center" dir="row">
|
||||
<node align="center" pad="0 0 0 30" justify="center" height="100%" width="1" grow="1">
|
||||
<text text="Brush Settings"/>
|
||||
</node>
|
||||
@@ -760,7 +760,7 @@
|
||||
<!-- PANEL GRIDS -->
|
||||
<layout id="tpl-panel-grid">
|
||||
<node width="350" margin="0 0 10 0" rtl="ltr">
|
||||
<border height="30" color=".4" align="center" justify="center">
|
||||
<border id="title" height="30" color=".4" align="center" justify="center">
|
||||
<text text="Grids" color="1 1 1 1"/>
|
||||
</border>
|
||||
<border color=".4" pad="5" dir="col" width="100%" grow="1">
|
||||
@@ -1477,7 +1477,7 @@ Here's a list of what's available in this release.
|
||||
<button id="button-close" width="30" height="20" text="X" margin="0 0 0 5"/>
|
||||
<button id="button-minimize" width="30" height="20" text="--" margin="0 0 0 5"/>
|
||||
<node align="center" pad="0 30 0 30" justify="center" height="100%" grow="1">
|
||||
<text text="Floating Panel"/>
|
||||
<text id="title" text="Floating Panel"/>
|
||||
</node>
|
||||
</border>
|
||||
<border id="container" color="0 0 0 .9" dir="col" height="10" grow="1"/>
|
||||
|
||||
Reference in New Issue
Block a user