summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/style.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-29 15:19:52 +0100
committerJoe Carstairs <me@joeac.net>2026-08-29 15:19:52 +0100
commit54159c767377dfe6384547a4517f4fe3f002caad (patch)
treeb5ad661b4505caccee8d73d22f42957055863108 /schist_desktop_gui/src/style.rs
parenta511d72248d20ba2fcb436b58ee2459d422d80b7 (diff)
task-001: can edit and submit new transaction form (doesn't do anythingHEADmain
yet)
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;