diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-11-04 11:24:09 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-11-04 11:24:09 +0100 |
commit | 1a9da3d899699a2d76116454f7daa2f179b0c109 (patch) | |
tree | e39fc518c8d15008307abdda33aea446114bfabb | |
parent | 034dcea37e494fb6b27f78fb0c47b29388a8faac (diff) | |
download | biomed-1a9da3d899699a2d76116454f7daa2f179b0c109.tar.gz biomed-1a9da3d899699a2d76116454f7daa2f179b0c109.tar.bz2 biomed-1a9da3d899699a2d76116454f7daa2f179b0c109.zip |
We don't need to pack the treeview here
Is already in a scrolled window
-rw-r--r-- | biome_info_editor.go | 2 |
1 files changed, 0 insertions, 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() |