[rkward] rkward/plugins/plots: Move varslot to top of layout, for consistency with similar plugins

Thomas Friedrichsmeier null at kde.org
Mon May 14 19:31:06 UTC 2018


Git commit 075cea46101e4b2a8629e8651045be13c4c55bc5 by Thomas Friedrichsmeier.
Committed on 14/05/2018 at 19:30.
Pushed by tfry into branch 'master'.

Move varslot to top of layout, for consistency with similar plugins

M  +1    -1    rkward/plugins/plots/piechart.xml

https://commits.kde.org/rkward/075cea46101e4b2a8629e8651045be13c4c55bc5

diff --git a/rkward/plugins/plots/piechart.xml b/rkward/plugins/plots/piechart.xml
index 048f15be..408f5132 100644
--- a/rkward/plugins/plots/piechart.xml
+++ b/rkward/plugins/plots/piechart.xml
@@ -42,10 +42,10 @@
 				<row>
 					<varselector id="vars"/>
 					<column>
+						<varslot min_vars="1" id="x" source="vars" required="true" label="Variable"/>
 						<frame id="tabulate" label="Tabulate data before plotting" checkable="true" checked="false">
 							<embed id="tabulate_options" component="rkward::one_var_tabulation" as_button="false" label="Tabulation Options"/>
 						</frame>
-						<varslot min_vars="1" id="x" source="vars" required="true" label="Variable"/>
 						<stretch/>
 						<preview id="preview"/>
 					</column>



More information about the rkward-tracker mailing list