[Player-cvs] app/gtk medialib.cpp,1.1.2.16,1.1.2.17
jain_1982s at helixcommunity.org jain_1982s at helixcommunity.orgUpdate of /cvsroot/player/app/gtk
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv8771
Modified Files:
Tag: hxclient_3_1_0_atlas
medialib.cpp
Log Message:
Removing hard coded size of the title column in Music Treeview
Index: medialib.cpp
===================================================================
RCS file: /cvsroot/player/app/gtk/Attic/medialib.cpp,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -d -r1.1.2.16 -r1.1.2.17
--- medialib.cpp 3 Oct 2008 10:11:25 -0000 1.1.2.16
+++ medialib.cpp 6 Oct 2008 12:24:58 -0000 1.1.2.17
@@ -619,7 +619,6 @@
renderer = gtk_cell_renderer_text_new();
column = gtk_tree_view_column_new_with_attributes("Title", renderer, "text", COLUMN_TITLE, NULL);
gtk_tree_view_append_column(GTK_TREE_VIEW(pMedialib->musictreeview), column);
- gtk_tree_view_column_set_max_width(column, 250);
gtk_tree_view_column_set_resizable(column, TRUE);
renderer = gtk_cell_renderer_text_new();