-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Widget Alignment
The children of a WidgetGroup can be aligned vertically and horizontally in its available space. For example, imagine we have a WidgetGroup (depicted as the red box in the drawing) that contains a Widget (depicted as the green box). The size of the WidgetGroup is 300x300 and the size of the Widget is 50x50. By default, Mixxx will center the Widget in the WidgetGroup horizontally and vertically.
However, we can vertically align the Widget on top or on bottom of the WidgetGroup available space, and likewise for the horizontal alignment. This gives us nine possible alignments for the Widget:
The only widgets in Mixxx skin system that accept alignment properties are WidgetGroups. A WidgetGroup can handle the alignment properties no matter what its parent is, i.e. another WidgetGroup, a WidgetStack, a SizeAwareStack, an Splitter or the skin
Mixxx is a free and open-source DJ software.
Manual
Hardware Compatibility
Reporting Bugs
Getting Involved
Contribution Guidelines
Coding Guidelines
Using Git
Developer Guide
Creating Skins
Contributing Mappings
Mixxx Controls
MIDI Scripting
Components JS
HID Scripting