Add some padding

This commit is contained in:
Aleks Rutins 2023-04-16 07:54:24 -04:00
parent eb6477b649
commit 7ffedd4af3

2
gui.cc
View file

@ -65,7 +65,7 @@ namespace Dynamite {
mix_scale = create_scale(p_mix, ORIENTATION_HORIZONTAL);
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) {