From 07872946a7a1e8cda11d8a1336c2def4bac187ce Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:09:20 +0400 Subject: [PATCH] Remove tooltip panel paddings for compatibility with property tooltips --- editor_theme.tres | 12 +----------- editor_theme_high_ppi.tres | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index 6e921f9..94ca61b 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -711,17 +711,7 @@ corner_radius_bottom_right = 4 corner_radius_bottom_left = 4 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qr21i"] -content_margin_left = 12.0 -content_margin_top = 6.0 -content_margin_right = 12.0 -content_margin_bottom = 6.0 -bg_color = Color(0.08, 0.08, 0.08, 1) -border_color = Color(0.401569, 0.401569, 0.401569, 1) -corner_radius_top_left = 8 -corner_radius_top_right = 8 -corner_radius_bottom_right = 8 -corner_radius_bottom_left = 8 -corner_detail = 4 +bg_color = Color(0.1, 0.1, 0.1, 1) anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_v3yhk"] diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 5c99035..0df4e27 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -711,17 +711,7 @@ corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qr21i"] -content_margin_left = 24.0 -content_margin_top = 12.0 -content_margin_right = 24.0 -content_margin_bottom = 12.0 -bg_color = Color(0.08, 0.08, 0.08, 1) -border_color = Color(0.401569, 0.401569, 0.401569, 1) -corner_radius_top_left = 8 -corner_radius_top_right = 8 -corner_radius_bottom_right = 8 -corner_radius_bottom_left = 8 -corner_detail = 4 +bg_color = Color(0.1, 0.1, 0.1, 1) anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_v3yhk"]