Add some padding
This commit is contained in:
parent
eb6477b649
commit
7ffedd4af3
1 changed files with 1 additions and 1 deletions
2
gui.cc
2
gui.cc
|
@ -65,7 +65,7 @@ namespace Dynamite {
|
||||||
mix_scale = create_scale(p_mix, ORIENTATION_HORIZONTAL);
|
mix_scale = create_scale(p_mix, ORIENTATION_HORIZONTAL);
|
||||||
vbox->add(*manage(new LabeledWidget("Mix", *mix_scale)));
|
vbox->add(*manage(new LabeledWidget("Mix", *mix_scale)));
|
||||||
|
|
||||||
add(*vbox);
|
pack_start(*vbox, true, true, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void write_control_ptr(DriveGUI *self, uint32_t port, Scale *ctrl) {
|
static void write_control_ptr(DriveGUI *self, uint32_t port, Scale *ctrl) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue