X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fdeparturesdialog.ui;fp=data%2Fdeparturesdialog.ui;h=f124fc7dab6368ae0bd40015bb4a2244bced6a11;hb=d84f187ca34a6ab2f8c37d85fa13d5c113714344;hp=0000000000000000000000000000000000000000;hpb=d06a1e1ab34e5ecb4bb7011d44298a0b5e6162be;p=r2c2.git diff --git a/data/departuresdialog.ui b/data/departuresdialog.ui new file mode 100644 index 0000000..f124fc7 --- /dev/null +++ b/data/departuresdialog.ui @@ -0,0 +1,48 @@ +layout +{ + margin + { + top 2; + horizontal 8; + bottom 6; + }; +}; + +column +{ + row + { + label "lbl_title" + { + text "Departures"; + }; + + split; + + action_button "btn_close" 0 + { + style "red_cross"; + }; + }; + + dropdown "drp_groups"; + + panel "pnl_departures" + { + style "digital_background"; + layout + { + margin + { + horizontal 4; + vertical 4; + }; + column_spacing 10; + }; + }; +}; + +draghandle ""; +expand true false; +constraint COPY_HEIGHT "lbl_title"; +constraint LEFT_OF "btn_close";