]>
git.tdb.fi Git - r2c2.git/commitdiff
};
};
- label "lbl_target";
-
row
{
panel ""
row
{
- column
+ panel ""
{
- toggle "tgl_trains"
+ style "group";
+ layout
{
- text "Trains";
- style "pointer_left";
- exclusive true;
- value true;
+ margin
+ {
+ horizontal 0;
+ vertical 0;
+ };
+ row_spacing 0;
};
- toggle "tgl_import"
+
+ column
{
- text "Import";
- style "pointer_left";
- exclusive true;
+ toggle "tgl_trains"
+ {
+ text "Trains";
+ style "pointer_left";
+ exclusive true;
+ value true;
+ };
+ toggle "tgl_import"
+ {
+ text "Import";
+ style "pointer_left";
+ exclusive true;
+ };
};
};