implement save request on OSX, add Quick Look extentions
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
<!--layers panel template-->
|
||||
<layout id="tpl-panel-layers">
|
||||
<node width="220" margin="0 0 10 0">
|
||||
<node width="220" margin="0 0 10 0" rtl="ltr">
|
||||
<border height="30" color=".5" align="center" justify="center" margin="0 0 0 0">
|
||||
<text text="Layers" font-face="arial" font-size="11" color="1 1 1 1"/>
|
||||
</border>
|
||||
@@ -77,7 +77,7 @@
|
||||
|
||||
<!--brush-presets panel-->
|
||||
<layout id="tpl-panel-brush-preset">
|
||||
<node width="220" margin="0 0 10 0">
|
||||
<node width="220" margin="0 0 10 0" rtl="ltr">
|
||||
<border height="30" color=".5" align="center" justify="center">
|
||||
<text text="Brush Presets" font-face="arial" font-size="11" color="1 1 1 1"/>
|
||||
</border>
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
<!--brushes panel-->
|
||||
<layout id="tpl-panel-brushes">
|
||||
<node width="220" margin="0 0 10 0">
|
||||
<node width="220" margin="0 0 10 0" rtl="ltr">
|
||||
<border height="30" color=".5" align="center" justify="center">
|
||||
<text text="Brushes" font-face="arial" font-size="11" color="1 1 1 1"/>
|
||||
</border>
|
||||
@@ -123,7 +123,7 @@
|
||||
|
||||
<!--color panel-->
|
||||
<layout id="tpl-panel-color">
|
||||
<node width="220" margin="0 0 10 0">
|
||||
<node width="220" margin="0 0 10 0" rtl="ltr">
|
||||
<border height="30" color=".5" align="center" justify="center">
|
||||
<text text="Colors" font-face="arial" font-size="11" color="1 1 1 1"/>
|
||||
</border>
|
||||
@@ -136,7 +136,7 @@
|
||||
|
||||
<!--stroke panel-->
|
||||
<layout id="tpl-panel-stroke">
|
||||
<node width="220" margin="0 0 10 0">
|
||||
<node width="220" margin="0 0 10 0" rtl="ltr">
|
||||
<border height="30" color=".5" align="center" justify="center">
|
||||
<text text="Stroke" font-face="arial" font-size="11" color="1 1 1 1"/>
|
||||
</border>
|
||||
|
||||
Reference in New Issue
Block a user