: spacer
Insert a blank tile. DCL Decorator Tile
This decorator tile places a blank area in a dialog box. While you can use spacer to help position other tiles, this tile is usually not necessary since the program normally positions all tiles automatically with appropriate spacing.
Valid Attributes
: spacer {
alignment = position;
fixed_height = flag;
fixed_width = flag;
height = number;
width = number;
}
Example
: spacer {
height = "5";
width = "10";
}
Related DCL Tiles