summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 957324b)
raw | patch | inline | side by side (parent: 957324b)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 8 Sep 2007 16:40:24 +0000 (16:40 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 8 Sep 2007 16:40:24 +0000 (16:40 +0000) |
src/ui/dialog/livepatheffect-editor.cpp | patch | blob | history | |
src/ui/dialog/livepatheffect-editor.h | patch | blob | history |
index f55fcdda052996acf09b0e2b2e01e318e2d2a17b..6da07c2d876c34fd753c20817a12fb0cc0e7dff6 100644 (file)
@@ -81,12 +81,12 @@ LivePathEffectEditor::LivePathEffectEditor(Behavior::BehaviorFactory behavior_fa
Gtk::VBox *vbox = get_vbox();\r
vbox->set_spacing(4);\r
\r
- effectapplication_vbox.set_spacing(4);\r
+ effectapplication_hbox.set_spacing(4);\r
effectcontrol_vbox.set_spacing(4);\r
\r
- effectapplication_vbox.pack_start(combo_effecttype, true, true);\r
- effectapplication_vbox.pack_start(button_apply, true, true);\r
- effectapplication_frame.add(effectapplication_vbox);\r
+ effectapplication_hbox.pack_start(combo_effecttype, true, true);\r
+ effectapplication_hbox.pack_start(button_apply, true, true);\r
+ effectapplication_frame.add(effectapplication_hbox);\r
\r
effectcontrol_vbox.pack_start(explain_label, true, true);\r
effectcontrol_vbox.pack_end(button_remove, true, true);\r
index d99177fdd61a7533d219110ae542586fe76ffc19..30706553e2f2a178dbbe983b91151813249f5bbf 100644 (file)
Gtk::Label explain_label;\r
Gtk::Frame effectapplication_frame;\r
Gtk::Frame effectcontrol_frame;\r
- Gtk::VBox effectapplication_vbox;\r
+ Gtk::HBox effectapplication_hbox;\r
Gtk::VBox effectcontrol_vbox;\r
\r
SPDesktop * current_desktop;\r