summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c5545bf)
raw | patch | inline | side by side (parent: c5545bf)
author | Jon A. Cruz <jon@joncruz.org> | |
Sat, 9 Jan 2010 09:40:31 +0000 (01:40 -0800) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Sat, 9 Jan 2010 09:40:31 +0000 (01:40 -0800) |
src/widgets/desktop-widget.cpp | patch | blob | history |
index 8ed416a4c5344b422941988475cd42c01e1847cf..f7e7f911d5aa2c4f8dba90d1bacfb1dfa329141b 100644 (file)
gtk_box_pack_end (GTK_BOX (dtw->vbox), dtw->aux_toolbox, FALSE, TRUE, 0);
dtw->snap_toolbox = ToolboxFactory::createSnapToolbox();
- gtk_box_pack_end (GTK_BOX (dtw->vbox), dtw->snap_toolbox, FALSE, TRUE, 0);
+ ToolboxFactory::setOrientation( dtw->snap_toolbox, GTK_ORIENTATION_VERTICAL );
+ gtk_box_pack_end (GTK_BOX (hbox), dtw->snap_toolbox, FALSE, TRUE, 0);
dtw->commands_toolbox = ToolboxFactory::createCommandsToolbox();
gtk_box_pack_end (GTK_BOX (dtw->vbox), dtw->commands_toolbox, FALSE, TRUE, 0);