mirror of https://github.com/aseprite/aseprite.git
Minor change in Background preferences dialog
This commit is contained in:
parent
c54f95a440
commit
4ff2286651
|
|
@ -136,16 +136,19 @@
|
||||||
<combobox id="bg_scope" />
|
<combobox id="bg_scope" />
|
||||||
|
|
||||||
<separator text="Checked Background" horizontal="true" />
|
<separator text="Checked Background" horizontal="true" />
|
||||||
<hbox>
|
<grid columns="2">
|
||||||
<label text="Size:" />
|
<label text="Size:" />
|
||||||
<combobox id="checked_bg_size" expansive="true" />
|
|
||||||
</hbox>
|
|
||||||
<check text="Apply Zoom" id="checked_bg_zoom" />
|
|
||||||
<hbox>
|
<hbox>
|
||||||
|
<combobox id="checked_bg_size" />
|
||||||
|
<check text="Apply Zoom" id="checked_bg_zoom" />
|
||||||
|
</hbox>
|
||||||
|
|
||||||
<label text="Colors:" />
|
<label text="Colors:" />
|
||||||
|
<hbox>
|
||||||
<box horizontal="true" id="checked_bg_color1_box" />
|
<box horizontal="true" id="checked_bg_color1_box" />
|
||||||
<box horizontal="true" id="checked_bg_color2_box" />
|
<box horizontal="true" id="checked_bg_color2_box" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
</grid>
|
||||||
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<hbox expansive="true" />
|
<hbox expansive="true" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue