Patch from Sergey Al. Safonov <spoof@spoofa.info> to fix bug 314658 -
2006-04-09 Thomas Wood <thos@gnome.org> * gnome-theme-manager.c: (setup_meta_tree_view): Patch from Sergey Al. Safonov <spoof@spoofa.info> to fix bug 314658 - Theme chooser main window too wide for 800x600
This commit is contained in:
parent
163f55f743
commit
b062d0c301
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-04-09 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
|
* gnome-theme-manager.c: (setup_meta_tree_view): Patch from Sergey Al.
|
||||||
|
Safonov <spoof@spoofa.info> to fix bug 314658 - Theme chooser main
|
||||||
|
window too wide for 800x600
|
||||||
|
|
||||||
2006-01-03 David Seseño <david@alderia.com>
|
2006-01-03 David Seseño <david@alderia.com>
|
||||||
|
|
||||||
* gnome-theme-manager.c (setup_dialog): Set the search column of the
|
* gnome-theme-manager.c (setup_dialog): Set the search column of the
|
||||||
|
|
|
@ -1130,6 +1130,9 @@ setup_meta_tree_view (GtkTreeView *tree_view,
|
||||||
"pixbuf", META_THEME_PIXBUF_COLUMN,
|
"pixbuf", META_THEME_PIXBUF_COLUMN,
|
||||||
NULL);
|
NULL);
|
||||||
renderer = gtk_cell_renderer_text_new ();
|
renderer = gtk_cell_renderer_text_new ();
|
||||||
|
|
||||||
|
g_object_set (renderer, "ellipsize", PANGO_ELLIPSIZE_END, NULL);
|
||||||
|
|
||||||
gtk_tree_view_insert_column_with_attributes (tree_view,
|
gtk_tree_view_insert_column_with_attributes (tree_view,
|
||||||
-1, NULL,
|
-1, NULL,
|
||||||
renderer,
|
renderer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue