src/Builder4/PopoverFileDetails.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 10:02:09 +0000 (18:02 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 10:02:09 +0000 (18:02 +0800)
src/Builder4/PopoverFileDetails.vala

src/Builder4/PopoverFileDetails.bjs
src/Builder4/PopoverFileDetails.vala

index be43dc1..6a2cba8 100644 (file)
@@ -23,7 +23,7 @@
    "$ xns" : "Gtk",
    "Xcls_MainWindow mainwindow" : "null",
    "bool modal" : true,
-   "uint border_width" : 6,
+   "uint border_width" : 0,
    "items" : [
     {
      "bool homogeneous" : false,
@@ -38,7 +38,7 @@
        "string title" : "Add / Edit File"
       },
       {
-       "* pack" : "pack_start,false,false,0",
+       "* pack" : "pack_start,false,false,4",
        "xtype" : "Table",
        "n_columns" : 2,
        "$ xns" : "Gtk",
index 8377f0c..878d8ca 100644 (file)
@@ -42,7 +42,7 @@ public class Xcls_PopoverFileDetails : Object
         this.mainwindow = null;
 
         // set gobject values
-        this.el.border_width = 6;
+        this.el.border_width = 0;
         this.el.modal = true;
         this.el.position = Gtk.PositionType.RIGHT;
         var child_0 = new Xcls_VBox2( _this );
@@ -167,7 +167,7 @@ public class Xcls_PopoverFileDetails : Object
             this.el.pack_start (  child_0.el , false,true,0 );
             var child_1 = new Xcls_Table4( _this );
             child_1.ref();
-            this.el.pack_start (  child_1.el , false,false,0 );
+            this.el.pack_start (  child_1.el , false,false,4 );
             var child_2 = new Xcls_HButtonBox21( _this );
             child_2.ref();
             this.el.pack_end (  child_2.el , false,true,5 );