home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
-
- <panel>
- <!-- arrange items vertically -->
- <layout class="arrange_vertical_attachment" alignment="top,extend" gap="4" />
-
- <!-- fit the height of the dialog to the height of its components -->
- <layout class="fit_children_attachment" alignment="vertical, fill" />
-
- <!-- stretch everything to the sides of the dialog -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
-
- <!-- header -->
- <widget class="text" id="text" text="Question" auto_size="all">
- <flags id="spec" value="text" />
- </widget>
-
- <container>
-
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" gap="2" />
-
- <!-- fit the height of the dialog to the height of its components -->
- <layout class="fit_children_attachment" alignment="vertical, fill" />
-
- <!-- stretch everything to the sides of the dialog -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
-
- <container>
- <layout class="arrange_horizontal_attachment" alignment="left" layo="-2,-3" offset="8"/>
- <layout class="fit_children_attachment" alignment="vertical" />
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" />
-
- <widget class="label" text="Wage Budget" auto_size="horizontal"/>
- <widget class="popup_button_blue" id="wbuw" sele="cwbu" auto_size="vertical"/>
- </container>
-
- <container>
- <layout class="arrange_horizontal_attachment" alignment="left" layo="-2,-3" offset="8"/>
- <layout class="fit_children_attachment" alignment="vertical" />
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" />
-
- <widget class="label" text="Transfer Budget" auto_size="horizontal"/>
- <widget class="popup_button_blue" id="tbuw" sele="ctbu" auto_size="vertical"/>
- </container>
-
- </container>
-
- <!-- row of buttons -->
- <container id="btns" file="budget negotiation buttons" layo="fit_children_attachment" alignment="vertical" />
-
- </panel>