Minor layout change in Color Mode dialog (from vbox to grid)

This commit is contained in:
David Capello 2024-09-03 18:15:29 -03:00
parent e1bd7990a3
commit 3d683ac6aa

View File

@ -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>