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>
|
||||
|
||||
Reference in New Issue
Block a user