From d6988b7d2bf44fbddb1049832b1e7581b77e6333 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Mon, 29 Jul 2019 18:08:05 -0300 Subject: [PATCH] Make the expand icon in the bottom panel always be the same --- editor/editor_node.cpp | 12 ++-- editor/icons/icon_shrink_bottom_dock.svg | 71 ------------------------ 2 files changed, 4 insertions(+), 79 deletions(-) delete mode 100644 editor/icons/icon_shrink_bottom_dock.svg diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 3853d18e170..60f35934ea3 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -397,6 +397,8 @@ void EditorNode::_notification(int p_what) { distraction_free->set_icon(gui_base->get_icon("DistractionFree", "EditorIcons")); scene_tab_add->set_icon(gui_base->get_icon("Add", "EditorIcons")); + bottom_panel_raise->set_icon(gui_base->get_icon("ExpandBottomDock", "EditorIcons")); + // clear_button->set_icon(gui_base->get_icon("Close", "EditorIcons")); don't have access to that node. needs to become a class property dock_tab_move_left->set_icon(theme->get_icon("Back", "EditorIcons")); dock_tab_move_right->set_icon(theme->get_icon("Forward", "EditorIcons")); @@ -5093,18 +5095,12 @@ Vector > EditorNode::find_resource_conversio void EditorNode::_bottom_panel_raise_toggled(bool p_pressed) { - if (p_pressed) { - top_split->hide(); - bottom_panel_raise->set_icon(gui_base->get_icon("ShrinkBottomDock", "EditorIcons")); - } else { - top_split->show(); - bottom_panel_raise->set_icon(gui_base->get_icon("ExpandBottomDock", "EditorIcons")); - } + top_split->set_visible(!p_pressed); } void EditorNode::_update_video_driver_color() { - //todo probably should de-harcode this and add to editor settings + // TODO: Probably should de-hardcode this and add to editor settings. if (video_driver->get_text() == "GLES2") { video_driver->add_color_override("font_color", Color::hex(0x5586a4ff)); } else if (video_driver->get_text() == "GLES3") { diff --git a/editor/icons/icon_shrink_bottom_dock.svg b/editor/icons/icon_shrink_bottom_dock.svg deleted file mode 100644 index c1e8c1bfdb5..00000000000 --- a/editor/icons/icon_shrink_bottom_dock.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - -