From 552fa9a5bf8e1fd8608164194b11c1bffc787b4f Mon Sep 17 00:00:00 2001 From: wu bobo Date: Fri, 11 Nov 2022 07:55:56 +0800 Subject: [PATCH] Add files via upload --- frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.cpp b/frontend.cpp index 7c8d1c9..137fcbc 100644 --- a/frontend.cpp +++ b/frontend.cpp @@ -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);