![]() |
Ember
|
Standard layout constants for consistent UI spacing and sizing. More...
Variables | |
| constexpr int | MARGIN = 5 |
| Default margin around controls. | |
| constexpr int | SPACING = 10 |
| Spacing between controls. | |
| constexpr int | PADDING = 8 |
| Internal padding within controls. | |
| constexpr int | CONTROL_HEIGHT = 25 |
| Default height for standard controls. | |
| constexpr int | BUTTON_MIN_WIDTH = 80 |
| Minimum button width. | |
| constexpr int | BUTTON_HEIGHT = 28 |
| Standard button height. | |
| constexpr int | SPIN_CTRL_WIDTH = 120 |
| Width of spin control widgets. | |
| constexpr int | LABEL_WIDTH = 120 |
| Width of label controls. | |
| constexpr int | DIALOG_MIN_WIDTH = 400 |
| Minimum dialog width. | |
| constexpr int | DIALOG_MIN_HEIGHT = 300 |
| Minimum dialog height. | |
| constexpr int | STATUS_BAR_FIELD_WIDTH = 150 |
| Width of status bar fields. | |
Standard layout constants for consistent UI spacing and sizing.
|
constexpr |
Standard button height.
Definition at line 12 of file LayoutConstants.h.
|
constexpr |
Minimum button width.
Definition at line 11 of file LayoutConstants.h.
|
constexpr |
Default height for standard controls.
Definition at line 10 of file LayoutConstants.h.
|
constexpr |
Minimum dialog height.
Definition at line 16 of file LayoutConstants.h.
|
constexpr |
Minimum dialog width.
Definition at line 15 of file LayoutConstants.h.
|
constexpr |
Width of label controls.
Definition at line 14 of file LayoutConstants.h.
|
constexpr |
Default margin around controls.
Definition at line 7 of file LayoutConstants.h.
|
constexpr |
Internal padding within controls.
Definition at line 9 of file LayoutConstants.h.
|
constexpr |
Spacing between controls.
Definition at line 8 of file LayoutConstants.h.
|
constexpr |
Width of spin control widgets.
Definition at line 13 of file LayoutConstants.h.
|
constexpr |
Width of status bar fields.
Definition at line 17 of file LayoutConstants.h.