Skip to content
Snippets Groups Projects
Commit 061ad3eb authored by guinux's avatar guinux
Browse files

fix #208

parent e1e4e689
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,8 @@ namespace Pamac {
term_window = new Gtk.ScrolledWindow (null, term.vadjustment);
term_window.expand = true;
term_window.visible = true;
// height 200 needed for installer
term_window.height_request = 200;
term_window.propagate_natural_height = true;
term_window.add (term);
build_cancellable = new Cancellable ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment