improve quick panel and fix alt+tab

This commit is contained in:
2019-03-06 13:04:53 +01:00
parent b484e495ff
commit 4a82cbbd3d
3 changed files with 11 additions and 10 deletions

View File

@@ -1472,16 +1472,16 @@ Here's a list of what's available in this release.
<!-- PANEL QUICK -->
<layout id="tpl-panel-quick">
<border color="0 0 0 0.6" width="80" dir="col" pad="5" align="center" mouse-capture="true" shrink="1">
<node dir="row" pad="5">
<node dir="row" pad="5" shrink="1" min-height="100" max-height="150">
<!--size-->
<node dir="col" margin="0 4 0 0" align="center">
<text text="Size" margin="0 0 10 0"/>
<slider-v id="quick-size" height="150" width="30"/>
<slider-v id="quick-size" height="100%" width="30"/>
</node>
<!--flow-->
<node dir="col" align="center">
<text text="Flow" margin="0 0 10 0"/>
<slider-v id="quick-flow" height="150" width="30"/>
<slider-v id="quick-flow" height="100%" width="30"/>
</node>
</node>
<!--color-->
@@ -1605,7 +1605,7 @@ Here's a list of what's available in this release.
<!-- central row -->
<node grow="1" dir="row" wrap="1" height="0" id="central-row">
<border color="0 0 0 0.6" pad="0 5 0 0" justify="center" dir="col" flood-events="1" mouse-capture="true">
<node margin="0 0 50 0" wrap="1" >
<node margin="0 0 55 0" wrap="1" >
<button-custom id="btn-pen" width="40" height="40" margin="2 0 2 5" thickness="1" border-color="0 0 0 1" pad="2">
<image path="data/ui/pen.png" width="100%" height="100%" align="center" justify="flex-end"/>
</button-custom>
@@ -1644,8 +1644,9 @@ Here's a list of what's available in this release.
</border>
<!--quick bar-->
<node justify="center" align="center">
<node justify="center" align="center" dir="col">
<panel-quick id="panel-quick"/>
<node height="0" grow="1" max-height="50"/>
</node>
<!-- timeline -->