Skip to content

Commit

Permalink
fix scrollfighting in tool options (fixes #962)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwarthog committed Oct 15, 2019
1 parent 5c43baa commit ef63740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synfig-studio/src/gui/docks/dialog_tooloptions.cpp
Expand Up @@ -60,6 +60,9 @@ Dialog_ToolOptions::Dialog_ToolOptions():
{
add(sub_vbox_);

sub_vbox_.set_margin_right (10);
sub_vbox_.set_margin_bottom(10);

set_widget(empty_label);
empty_label.show();
}
Expand Down

0 comments on commit ef63740

Please sign in to comment.