X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Ftrainlistdialog.ui;h=1b8b7c1777e53b40107bbcdc4fbf893abd8bfd3b;hb=8f4dd20821b7759c550e4ff66453a4fe867d3700;hp=0582066beb5ea4be7a5726b393bbbe9036e80f38;hpb=7ff47d1f59711542f4943aef02655d1bee51a8f6;p=r2c2.git diff --git a/data/trainlistdialog.ui b/data/trainlistdialog.ui index 0582066..1b8b7c1 100644 --- a/data/trainlistdialog.ui +++ b/data/trainlistdialog.ui @@ -27,20 +27,34 @@ column 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; + }; }; };