Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwbobo2021 authored Nov 10, 2022
1 parent bfa310b commit 552fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void Frontend::create_window()
bar->pack_start(*button_open, Gtk::PACK_SHRINK);
bar->pack_start(*button_save, Gtk::PACK_SHRINK);

box->set_border_width(5);
box->set_border_width(5); box->set_spacing(2);
box->pack_start(*this->rec, Gtk::PACK_EXPAND_WIDGET);
box->pack_start(*bar, Gtk::PACK_SHRINK);

Expand Down

0 comments on commit 552fa9a

Please sign in to comment.