add shortcuts, node text font attributes
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
>
|
||||
<layout id="item">
|
||||
<border color="1 0 0 1" dir="row">
|
||||
<border dir="row" pad="5">
|
||||
<node grow="1">
|
||||
<text id="descr" font-size="30">New File</text>
|
||||
<text id="descr" size="20">New File</text>
|
||||
</node>
|
||||
<node width="100">
|
||||
<text id="shortcut" font-size="30">Ctrl + N</text>
|
||||
<node width="200" margin="0 5 0 0">
|
||||
<text id="shortcut" size="20" weight="black">Ctrl + N</text>
|
||||
</node>
|
||||
</border>
|
||||
</layout>
|
||||
|
||||
@@ -226,6 +226,9 @@
|
||||
<icon icon="resultset_next" width="20"/>
|
||||
</button-custom>
|
||||
</border>
|
||||
<button-custom id="shortcuts" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<text id="menu-label" text="Shortcuts" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom id="clear-grids" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="bin" width="20"/>
|
||||
<text text="Clear Guides" margin="0 0 0 5"/>
|
||||
@@ -234,10 +237,6 @@
|
||||
<icon icon="arrow_rotate_clockwise" width="20"/>
|
||||
<text id="menu-label" text="Reset Camera" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom id="shortcuts" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="arrow_rotate_clockwise" width="20"/>
|
||||
<text id="menu-label" text="Shortcuts" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom os="ios" id="sonarpen" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="pencil" width="20"/>
|
||||
<text id="menu-label" text="Start SonarPen" margin="0 0 0 5"/>
|
||||
|
||||
Reference in New Issue
Block a user