pulled the notebook tab buttons closer to the tab they belong to
This commit is contained in:
parent
8895a3ae4d
commit
ca0b89bd6e
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ Notebook :: Notebook(void) throw ()
|
|||
tabBox = Gtk::manage(new Gtk::HBox());
|
||||
pageHolder = Gtk::manage(new Gtk::Alignment());
|
||||
|
||||
layout->pack_start(*tabBox, Gtk::PACK_SHRINK, 5);
|
||||
layout->pack_start(*pageHolder, Gtk::PACK_EXPAND_WIDGET, 5);
|
||||
layout->pack_start(*tabBox, Gtk::PACK_SHRINK, 0);
|
||||
layout->pack_start(*pageHolder, Gtk::PACK_EXPAND_WIDGET, 0);
|
||||
|
||||
add(*layout);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue