.\" t .\" @(#)Align.1 01/28/2021 .TH Align 1x "AfterStep v.2.2.12" "Jan 28 2021" "AfterStep X11 window manager" .UC .SH NAME \fBAlign\fP\ \- Afterstep Align .SH CONFIGURATION OPTIONS .IP "Bottom" Align contents to the bottom of the widget\&. .IP "Center" Align contents to the center of the widget\&. This is the same as combination of all of the Left,Right,Bottom,Top .IP "HCenter" Horizontally align contents to the center\&. Same as combination of Left,Right\&. .IP "HScaled" Scale contents to the width of the widget\&. If used in combination with LabelWidth \- width of the text will be used insted of the width of the widget\&. .IP "HTiled" Tiles image to fill entire widget's width\&. .IP "LabelHeight" Has to be appplied to background image of the widget \- it will cause this image to be resized (tiled or scaled) to the height of the widget's label (such as titlebar text)\&. .IP "LabelSize" Same as the combination of LabelWidth,LabelHeight\&. .IP "LabelWidth" Has to be appplied to background image of the widget \- it will cause this image to be resized (tiled or scaled) to the width of the widget's label (such as titlebar text)\&. .IP "Left" Aligns image, text or block of buttons to the left of the widget\&. .IP "None" FIXME: add proper description here\&. .IP "Right" Aligns image, text or block of buttons to the right of the widget\&. .IP "Top" Aligns image, text or block of buttons to the top of the widget\&. .IP "VCenter" Vertically align contents to the center\&. Same as combination of Top,Bottom\&. .IP "VScaled" Scale contents to the height of the widget\&. If used in combination with LabelHeight \- height of the text will be used insted of the height of the widget\&. .IP "VTiled" Tiles image to fill entire widget's height\&. Align flags specify how contents of the widget should be aligned\&. Each widget is divided into the grid of 8x8 cells\&. Each of widget's visible items occupy one of the cells\&. Widget attempts to determine the size of each row and column, by using size of visible elements that occupy it's cells and its align flags\&. Note that some visible items ( such as icons, images, text, buttons ) may occupy same cell that affecting the size of it\&.