From 100d16b7b4f3aa3e0a42862cb8e59c998560ac80 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:44:02 +0400 Subject: [PATCH] Remove track editor timeline separation until the gap bug is fixed --- editor_theme.tres | 2 -- editor_theme_high_ppi.tres | 2 -- 2 files changed, 4 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index e353d1c..68b662b 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -829,8 +829,6 @@ AnimationTrackEditGroup/colors/h_line_color = Color(0.79, 0.79, 0.79, 0) AnimationTrackEditGroup/colors/v_line_color = Color(0.79, 0.79, 0.79, 0) AnimationTrackEditGroup/constants/h_separation = 5 AnimationTrackEditGroup/styles/header = SubResource("StyleBoxFlat_h2xx7") -AnimationTrackEditor/constants/timeline_v_separation = 3 -AnimationTrackEditor/constants/track_v_separation = 3 BottomPanelButton/styles/hover = SubResource("StyleBoxFlat_jduyo") BottomPanelButton/styles/hover_pressed = SubResource("StyleBoxFlat_jduyo") BottomPanelButton/styles/normal = SubResource("StyleBoxFlat_sxnkh") diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index fa7a301..7da4161 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -829,8 +829,6 @@ AnimationTrackEditGroup/colors/h_line_color = Color(0.79, 0.79, 0.79, 0) AnimationTrackEditGroup/colors/v_line_color = Color(0.79, 0.79, 0.79, 0) AnimationTrackEditGroup/constants/h_separation = 9 AnimationTrackEditGroup/styles/header = SubResource("StyleBoxFlat_h2xx7") -AnimationTrackEditor/constants/timeline_v_separation = 6 -AnimationTrackEditor/constants/track_v_separation = 6 BottomPanelButton/styles/hover = SubResource("StyleBoxFlat_jduyo") BottomPanelButton/styles/hover_pressed = SubResource("StyleBoxFlat_jduyo") BottomPanelButton/styles/normal = SubResource("StyleBoxFlat_sxnkh")