add build dialog
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user