Ember
Loading...
Searching...
No Matches
LayoutConstants.h File Reference

Go to the source code of this file.

Namespaces

namespace  EmberUI
namespace  EmberUI::Layout
 Standard layout constants for consistent UI spacing and sizing.

Variables

constexpr int EmberUI::Layout::MARGIN = 5
 Default margin around controls.
constexpr int EmberUI::Layout::SPACING = 10
 Spacing between controls.
constexpr int EmberUI::Layout::PADDING = 8
 Internal padding within controls.
constexpr int EmberUI::Layout::CONTROL_HEIGHT = 25
 Default height for standard controls.
constexpr int EmberUI::Layout::BUTTON_MIN_WIDTH = 80
 Minimum button width.
constexpr int EmberUI::Layout::BUTTON_HEIGHT = 28
 Standard button height.
constexpr int EmberUI::Layout::SPIN_CTRL_WIDTH = 120
 Width of spin control widgets.
constexpr int EmberUI::Layout::LABEL_WIDTH = 120
 Width of label controls.
constexpr int EmberUI::Layout::DIALOG_MIN_WIDTH = 400
 Minimum dialog width.
constexpr int EmberUI::Layout::DIALOG_MIN_HEIGHT = 300
 Minimum dialog height.
constexpr int EmberUI::Layout::STATUS_BAR_FIELD_WIDTH = 150
 Width of status bar fields.