From 1a9da3d899699a2d76116454f7daa2f179b0c109 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 4 Nov 2013 11:24:09 +0100 Subject: We don't need to pack the treeview here Is already in a scrolled window --- biome_info_editor.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/biome_info_editor.go b/biome_info_editor.go index 0109068..cb24058 100644 --- a/biome_info_editor.go +++ b/biome_info_editor.go @@ -125,8 +125,6 @@ func newBiomeList() *biomeList { bl.treeview.AppendColumn(gtk.NewTreeViewColumnWithAttributes("Snowline", gtk.NewCellRendererText(), "text", 2)) bl.treeview.AppendColumn(gtk.NewTreeViewColumnWithAttributes("Name", gtk.NewCellRendererText(), "text", 3)) - bl.PackStart(bl.treeview, true, true, 3) - vbox := gtk.NewVBox(false, 0) addBtn := gtk.NewButton() -- cgit v1.2.3-54-g00ecf