Skip to content

Commit

Permalink
Filter graph: Enlarged group border to make them easier to resize
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Sep 4, 2024
1 parent 1ccf05a commit 8386bc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ngscopeclient/FilterGraphEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ FilterGraphEditor::FilterGraphEditor(Session& session, MainWindow* parent)

m_config.SettingsFile = "";
m_context = ax::NodeEditor::CreateEditor(&m_config);
ax::NodeEditor::SetCurrentEditor(m_context);

auto& style = ax::NodeEditor::GetStyle();
style.GroupBorderWidth = 2.5;

//Load groups from parent, if we have any
//Start by reserving group IDs so they don't get reused by anything else
Expand Down

0 comments on commit 8386bc2

Please sign in to comment.