comparison clients/editor/gui/layerdialog.xml @ 356:ab41334e8a57

Added or1andov's code with a few adjustments to fix instance transparencies fixed[t:378] Added layer transparency support Added layer transparency to map editor
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 24 Sep 2009 18:24:47 +0000
parents 8e71629c4c43
children
comparison
equal deleted inserted replaced
355:8b125ec749d7 356:ab41334e8a57
27 <Label name="xOffsetLabel" text="X:" hexpand="0" /> 27 <Label name="xOffsetLabel" text="X:" hexpand="0" />
28 <TextField name="xOffsetBox" text="0.0" min_size="45,10" /> 28 <TextField name="xOffsetBox" text="0.0" min_size="45,10" />
29 <Label name="yOffsetLabel" text="Y:" hexpand="0" /> 29 <Label name="yOffsetLabel" text="Y:" hexpand="0" />
30 <TextField name="yOffsetBox" text="0.0" min_size="45,10" /> 30 <TextField name="yOffsetBox" text="0.0" min_size="45,10" />
31 </HBox> 31 </HBox>
32 <HBox>
33 <Label name="transLabel" text="Transparency:" hexpand="0" />
34 <TextField name="transBox" text="0" min_size="45,10" />
35 </HBox>
32 </VBox> 36 </VBox>
33 37
34 <HBox> 38 <HBox>
35 <Spacer /> 39 <Spacer />
36 <Button name="okButton" text="OK" /> 40 <Button name="okButton" text="OK" />