Skip to content

Commit

Permalink
UI Layout tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sosoyan committed Oct 8, 2019
1 parent b365bef commit 23c91ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aton_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ void Aton::knobs(Knob_Callback f)
// Render Region
Divider(f, "Render Region");
Knob* region_knob = BBox_knob(f, m_region, "region_knob", "Area");
Newline(f);
Button(f, "reset_region_knob", "Reset");
Button(f, "fit_region_knob", "Fit");
Button(f, "copy_region_knob", "Copy");
Expand Down

0 comments on commit 23c91ea

Please sign in to comment.