]> git.tdb.fi Git - r2c2.git/blob - data/departuresdialog.ui
Add a dialog and necessary support code to display departures
[r2c2.git] / data / departuresdialog.ui
1 layout
2 {
3         margin
4         {
5                 top 2;
6                 horizontal 8;
7                 bottom 6;
8         };
9 };
10
11 column
12 {
13         row
14         {
15                 label "lbl_title"
16                 {
17                         text "Departures";
18                 };
19
20                 split;
21
22                 action_button "btn_close" 0
23                 {
24                         style "red_cross";
25                 };
26         };
27
28         dropdown "drp_groups";
29
30         panel "pnl_departures"
31         {
32                 style "digital_background";
33                 layout
34                 {
35                         margin
36                         {
37                                 horizontal 4;
38                                 vertical 4;
39                         };
40                         column_spacing 10;
41                 };
42         };
43 };
44
45 draghandle "";
46 expand true false;
47 constraint COPY_HEIGHT "lbl_title";
48 constraint LEFT_OF "btn_close";