summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_desktop_gui/src/style.rs')
-rw-r--r--schist_desktop_gui/src/style.rs1
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;