mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
Minor layout change in Color Mode dialog (from vbox to grid)
This commit is contained in:
parent
e1bd7990a3
commit
3d683ac6aa
@ -22,13 +22,14 @@
|
|||||||
|
|
||||||
<check text="@.flatten" id="flatten" />
|
<check text="@.flatten" id="flatten" />
|
||||||
|
|
||||||
<check id="advanced_check" text="@general.advanced_options" cell_hspan="2" />
|
<check id="advanced_check" text="@general.advanced_options" />
|
||||||
<vbox id="advanced" cell_hspan="2">
|
<grid id="advanced" columns="2">
|
||||||
<label text="@rgbmap_algorithm_selector.label" cell_hspan="1" />
|
<label text="@rgbmap_algorithm_selector.label" />
|
||||||
<hbox id="rgbmap_algorithm_placeholder" cell_hspan="1" />
|
<hbox id="rgbmap_algorithm_placeholder" cell_align="horizontal" />
|
||||||
<label text="@best_fit_criteria_selector.label" cell_hspan="1" />
|
|
||||||
<hbox id="best_fit_criteria_placeholder" cell_hspan="1" />
|
<label text="@best_fit_criteria_selector.label" />
|
||||||
</vbox>
|
<hbox id="best_fit_criteria_placeholder" cell_align="horizontal" />
|
||||||
|
</grid>
|
||||||
|
|
||||||
<separator horizontal="true" />
|
<separator horizontal="true" />
|
||||||
<hbox>
|
<hbox>
|
||||||
|
Loading…
Reference in New Issue
Block a user