[passepartout] properly pack the toolbar
- From: Sven Herzberg <herzi src gnome org>
- To: svn-commits-list gnome org
- Subject: [passepartout] properly pack the toolbar
- Date: Tue, 14 Apr 2009 03:43:07 -0400 (EDT)
commit b3487ffc65f705b76c7c8b4feecebf802ef2c11b
Author: Sven Herzberg <sven lanedo com>
Date: Wed Apr 8 17:10:13 2009 +0200
properly pack the toolbar
Fixes: Bug 578619 â?? Fix the toolbar-spacing
* src/pptout/window.cc: don't add an extra border to the toolbar
---
src/pptout/window.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pptout/window.cc b/src/pptout/window.cc
index fede6cc..dc8ed16 100644
--- a/src/pptout/window.cc
+++ b/src/pptout/window.cc
@@ -137,7 +137,7 @@ void FrameWindow::constructor_common() {
toolbar->set_toolbar_style(Gtk::TOOLBAR_ICONS);
Gtk::HBox *hbox = manage(new Gtk::HBox(false, 0));
- hbox->pack_start(*toolbar, Gtk::PACK_SHRINK, 2);
+ hbox->pack_start(*toolbar, Gtk::PACK_SHRINK, 0);
Gtk::Table *table = manage(new Gtk::Table(2, 2, false));
hbox->pack_end(*table, Gtk::PACK_EXPAND_WIDGET, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]