From 4a0a4617ff1fcc487cf9ff0aeae402eadeceece8 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Fri, 8 May 2020 18:46:57 +0300 Subject: [PATCH] Changed dark theme's hbox separation to 4 That should make the timeline have consistent spacings across all themes --- assets/themes/dark/theme.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/themes/dark/theme.tres b/assets/themes/dark/theme.tres index ffb8d4f48..a84f6e194 100644 --- a/assets/themes/dark/theme.tres +++ b/assets/themes/dark/theme.tres @@ -394,7 +394,7 @@ FileDialog/icons/parent_folder = null FileDialog/icons/reload = null GridContainer/constants/hseparation = 3 GridContainer/constants/vseparation = 3 -HBoxContainer/constants/separation = 3 +HBoxContainer/constants/separation = 4 HScrollBar/icons/decrement = null HScrollBar/icons/decrement_highlight = null HScrollBar/icons/increment = null