X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FBuilder4%2FWindowLeftTree.bjs;h=148220b3daad1ab7a792db9825814288aed63f12;hb=eccffa50a972ff9cefeab353a5fede2d3f75564c;hp=ae238abfcda38bc7017ac74707a4b290d81c180c;hpb=e83f8479386654b6d22c7b4e4d7e8b0484df3132;p=roobuilder diff --git a/src/Builder4/WindowLeftTree.bjs b/src/Builder4/WindowLeftTree.bjs index ae238abfc..148220b3d 100644 --- a/src/Builder4/WindowLeftTree.bjs +++ b/src/Builder4/WindowLeftTree.bjs @@ -60,6 +60,9 @@ "#left-tree-view indent {", "-gtk-icon-size : 2px;", "}", + "#left-tree-view indent:nth-last-child(2) {", + "min-width: 24px;", + "}", "\");", "", "\tGtk.StyleContext.add_provider_for_display(", @@ -916,7 +919,8 @@ "\t}", "\tGLib.debug(\"Select %d\", row);", "\ts.set_selected(row);", - "\t_this.node_selected(node);\t\t\t", + "\t_this.view.el.scroll_to(row, null, Gtk.ListScrollFlags.SELECT, null);", + "\t//_this.node_selected(node);\t\t\t", "\t", "", "}"