improve panels, inverted brush outline color

This commit is contained in:
2019-04-06 16:17:11 +02:00
parent 1bb9b5dec5
commit 3611057f18
5 changed files with 21 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ kEventResult NodePanelFloating::handle_event(Event* e)
m_outline->SetPositioning(YGPositionTypeAbsolute);
m_outline->SetPosition(m_pos);
m_outline->SetSize(GetSize());
m_outline->m_color = { 0, 0, 0, 0.1 };
m_outline->m_color = { 0, 0, 0, 0.25 };
m_outline->m_thinkness = 1;
m_drop_placeholder = std::make_shared<NodeBorder>();
m_drop_placeholder->SetSize(350, 10);