src/Builder4/Editor.bjs
[roobuilder] / src / Builder4 / Editor.vala
index 9b94eef..77c712d 100644 (file)
@@ -477,7 +477,7 @@ public class Editor : Object
 
                        // set gobject values
                        this.el.homogeneous = false;
-                       this.el.hexpand = true;
+                       this.el.hexpand = false;
                        this.el.vexpand = false;
                        new Xcls_save_button( _this );
                        this.el.append( _this.save_button.el );