Skip to content

Commit

Permalink
Widget_Filename : Let expand the filename to all the available space
Browse files Browse the repository at this point in the history
  • Loading branch information
d-j-a-y authored and morevnaproject committed Jan 21, 2015
1 parent 5f99b49 commit f945954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synfig-studio/src/gui/widgets/widget_filename.cpp
Expand Up @@ -71,6 +71,9 @@ Widget_Filename::Widget_Filename()
label_find->set_ellipsize(Pango::ELLIPSIZE_END);
button_choose->add(*label_find);

set_hexpand(true);
entry_filename->set_hexpand(true);

add(*button_choose);
add(*entry_filename);

Expand Down

0 comments on commit f945954

Please sign in to comment.