Author: Konstantin Dmitriev <[email protected]>
Date: Wed Oct 26 22:59:47 2011 +0700
Don't stretch button in file selection widget. Use shorter text.
---
synfig-studio/src/gui/widgets/widget_filename.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/synfig-studio/src/gui/widgets/widget_filename.cpp
b/synfig-studio/src/gui/widgets/widget_filename.cpp
index 9c02998..406ac44 100644
--- a/synfig-studio/src/gui/widgets/widget_filename.cpp
+++ b/synfig-studio/src/gui/widgets/widget_filename.cpp
@@ -58,7 +58,7 @@ using namespace studio;
Widget_Filename::Widget_Filename()
{
entry_filename=manage(new Gtk::Entry());
- label_find= manage(new Gtk::Label(_("Find")));
+ label_find= manage(new Gtk::Label(" . . . "));
button_choose=manage(new Gtk::Button());
Pango::AttrList attr_list;
{
@@ -72,7 +72,7 @@ Widget_Filename::Widget_Filename()
button_choose->add(*label_find);
pack_start(*entry_filename);
- pack_start(*button_choose);
+ pack_start(*button_choose, false, false);
entry_filename->show();
button_choose->show();
label_find->show();
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl