|
RADLib
RADical C++ application framework
|
Spacing/radius tokens in logical pixels. More...
#include <RADTheme.h>
Public Attributes | |
| int | gapSmall = 4 |
| Small gap. More... | |
| int | gap = 8 |
| Normal gap. More... | |
| int | gapLarge = 12 |
| Large gap. More... | |
| int | padding = 10 |
| Panel/content padding. More... | |
| int | radius = 6 |
| Border radius. More... | |
| int | toolbarHeight = 36 |
| Standard toolbar height. More... | |
| int | statusBarHeight = 26 |
| Standard status bar height. More... | |
Spacing/radius tokens in logical pixels.
| int RADUi::ThemeMetrics::gap = 8 |
Normal gap.
| int RADUi::ThemeMetrics::gapLarge = 12 |
Large gap.
| int RADUi::ThemeMetrics::gapSmall = 4 |
Small gap.
| int RADUi::ThemeMetrics::padding = 10 |
Panel/content padding.
| int RADUi::ThemeMetrics::radius = 6 |
Border radius.
| int RADUi::ThemeMetrics::statusBarHeight = 26 |
Standard status bar height.
| int RADUi::ThemeMetrics::toolbarHeight = 36 |
Standard toolbar height.