/[svn]/gigedit/trunk/src/gigedit/dimensionmanager.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/dimensionmanager.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1322 by schoenebeck, Tue Sep 4 11:04:56 2007 UTC revision 1411 by schoenebeck, Fri Oct 12 17:46:29 2007 UTC
# Line 186  addButton(Gtk::Stock::ADD), removeButton Line 186  addButton(Gtk::Stock::ADD), removeButton
186      scrolledWindow.add(treeView);      scrolledWindow.add(treeView);
187      vbox.pack_start(scrolledWindow);      vbox.pack_start(scrolledWindow);
188      scrolledWindow.show();      scrolledWindow.show();
189      vbox.pack_start(buttonBox);      vbox.pack_start(buttonBox, Gtk::PACK_SHRINK);
190      buttonBox.set_layout(Gtk::BUTTONBOX_END);      buttonBox.set_layout(Gtk::BUTTONBOX_END);
191      buttonBox.set_border_width(5);      buttonBox.set_border_width(5);
192      buttonBox.show();      buttonBox.show();
193      buttonBox.pack_start(addButton);      buttonBox.pack_start(addButton, Gtk::PACK_SHRINK);
194      buttonBox.pack_start(removeButton);      buttonBox.pack_start(removeButton, Gtk::PACK_SHRINK);
195      addButton.show();      addButton.show();
196      removeButton.show();      removeButton.show();
197    

Legend:
Removed from v.1322  
changed lines
  Added in v.1411

  ViewVC Help
Powered by ViewVC