From 54159c767377dfe6384547a4517f4fe3f002caad Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 29 Aug 2026 15:19:52 +0100 Subject: task-001: can edit and submit new transaction form (doesn't do anything yet) --- schist_desktop_gui/src/style.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'schist_desktop_gui/src/style.rs') 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; -- cgit v1.2.3