diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-29 15:19:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-29 15:19:52 +0100 |
| commit | 54159c767377dfe6384547a4517f4fe3f002caad (patch) | |
| tree | b5ad661b4505caccee8d73d22f42957055863108 /schist_desktop_gui/src/style.rs | |
| parent | a511d72248d20ba2fcb436b58ee2459d422d80b7 (diff) | |
yet)
Diffstat (limited to 'schist_desktop_gui/src/style.rs')
| -rw-r--r-- | schist_desktop_gui/src/style.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schist_desktop_gui/src/style.rs b/schist_desktop_gui/src/style.rs index a94d540..3bceb0c 100644 --- a/schist_desktop_gui/src/style.rs +++ b/schist_desktop_gui/src/style.rs @@ -2,6 +2,7 @@ pub const BORDER_RADIUS: u16 = 2; pub const BORDER_WIDTH: u16 = 1; pub const BORDER_WIDTH_THICK: u16 = 2; +pub const SPACING_V_SM: u16 = 2; pub const SPACING_SM: u16 = 12; pub const SPACING_MD: u16 = 24; pub const SPACING_LG: u16 = 32; |
