add build dialog

This commit is contained in:
2020-06-03 18:59:39 +02:00
parent 44bfd7e606
commit adf1bc70ce
8 changed files with 37 additions and 12 deletions

View File

@@ -8,7 +8,6 @@ view_install::view_install():m_button("build"),m_VBox(Gtk::ORIENTATION_VERTICAL)
add(m_VBox);
m_VBox.pack_start(this->entry);
m_VBox.pack_start(m_ButtonBox, Gtk::PACK_SHRINK);
m_ButtonBox.pack_start(m_button, Gtk::PACK_SHRINK);
m_ButtonBox.set_border_width(5);