mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-05 18:40:37 +00:00
Replaced \n to entity (because now we use TinyXml parser).
This commit is contained in:
parent
96759c9c17
commit
1a80c8fcf8
@ -9,16 +9,16 @@
|
|||||||
<label text="Right:" />
|
<label text="Right:" />
|
||||||
</box>
|
</box>
|
||||||
<box vertical="true" homogeneous="true">
|
<box vertical="true" homogeneous="true">
|
||||||
<entry text="0" name="left" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the left side.\nUse a negative number to remove columns." />
|
<entry text="0" name="left" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the left side. Use a negative number to remove columns." />
|
||||||
<entry text="0" name="right" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the right side.\nUse a negative number to remove columns." />
|
<entry text="0" name="right" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the right side. Use a negative number to remove columns." />
|
||||||
</box>
|
</box>
|
||||||
<box vertical="true" homogeneous="true">
|
<box vertical="true" homogeneous="true">
|
||||||
<label text="Top:" />
|
<label text="Top:" />
|
||||||
<label text="Bottom:" />
|
<label text="Bottom:" />
|
||||||
</box>
|
</box>
|
||||||
<box vertical="true" homogeneous="true">
|
<box vertical="true" homogeneous="true">
|
||||||
<entry text="0" name="top" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the top side.\nUse a negative number to remove rows." />
|
<entry text="0" name="top" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the top side. Use a negative number to remove rows." />
|
||||||
<entry text="0" name="bottom" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the bottom side.\nUse a negative number to remove rows." />
|
<entry text="0" name="bottom" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the bottom side. Use a negative number to remove rows." />
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</box>
|
||||||
<separator horizontal="true" />
|
<separator horizontal="true" />
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<button text="" name="goback" bevel="2 0 2 0" tooltip="Go back one folder" />
|
<button text="" name="goback" bevel="2 0 2 0" tooltip="Go back one folder" />
|
||||||
<button text="" name="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
<button text="" name="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
||||||
</box>
|
</box>
|
||||||
<button text="" name="goup" tooltip="Up to parent folder\n(Backspace)" />
|
<button text="" name="goup" tooltip="Up to parent folder (Backspace)" />
|
||||||
<combobox name="location" expansive="true" />
|
<combobox name="location" expansive="true" />
|
||||||
</box>
|
</box>
|
||||||
<box vertical="true" expansive="true" name="box" />
|
<box vertical="true" expansive="true" name="box" />
|
||||||
|
@ -22,9 +22,9 @@
|
|||||||
<box vertical="true">
|
<box vertical="true">
|
||||||
<separator text="Color Mode:" left="true" horizontal="true" />
|
<separator text="Color Mode:" left="true" horizontal="true" />
|
||||||
<box vertical="true" homogeneous="true">
|
<box vertical="true" homogeneous="true">
|
||||||
<radio name="radio1" text="&RGB Color" group="1" tooltip="RGBA color mode\n(32 bits per pixel)" />
|
<radio name="radio1" text="&RGB Color" group="1" tooltip="RGBA color mode (32 bits per pixel)" />
|
||||||
<radio name="radio2" text="&Grayscale" group="1" tooltip="Value and Alpha\n(16 bits per pixel)" />
|
<radio name="radio2" text="&Grayscale" group="1" tooltip="Value and Alpha (16 bits per pixel)" />
|
||||||
<radio name="radio3" text="&Indexed" group="1" tooltip="Using a palette of 256 colors\n(8 bits per pixel)" />
|
<radio name="radio3" text="&Indexed" group="1" tooltip="Using a palette of 256 colors (8 bits per pixel)" />
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</box>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<box horizontal="true">
|
<box horizontal="true">
|
||||||
<label text="Undo size limit:" />
|
<label text="Undo size limit:" />
|
||||||
<entry name="undo_size_limit" maxsize="4" tooltip="Limit of memory to be used\nfor undo information per sprite.\nSpecified in megabytes." />
|
<entry name="undo_size_limit" maxsize="4" tooltip="Limit of memory to be used for undo information per sprite. Specified in megabytes." />
|
||||||
<label text="MB" />
|
<label text="MB" />
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
<label text="Height:" />
|
<label text="Height:" />
|
||||||
</box>
|
</box>
|
||||||
<box vertical="true" homogeneous="true" expansive="true">
|
<box vertical="true" homogeneous="true" expansive="true">
|
||||||
<entry expansive="true" text="100%%" name="width_perc" maxsize="8" magnetic="true" tooltip="New width for the sprite\nPercentage of current width." />
|
<entry expansive="true" text="100%%" name="width_perc" maxsize="8" magnetic="true" tooltip="New width for the sprite Percentage of current width." />
|
||||||
<entry expansive="true" text="100%%" name="height_perc" maxsize="8" tooltip="New height for the sprite\nPercentage of current height." />
|
<entry expansive="true" text="100%%" name="height_perc" maxsize="8" tooltip="New height for the sprite Percentage of current height." />
|
||||||
</box>
|
</box>
|
||||||
<box horizontal="true" width="64" />
|
<box horizontal="true" width="64" />
|
||||||
</box>
|
</box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user