From 1d607f5970121198f281c8fa33e448492846743e Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 22 Apr 2009 15:38:45 +0200 Subject: [PATCH] Make text cell renderer in touch selector use the smallest width possible. 2009-04-22 Alberto Garcia * src/hildon-touch-selector.c (hildon_touch_selector_append_text_column): Make the cell renderer have the smallest width possible. Fixes: NB#108470 (Selected items in multiple selection are either having a tick that is cut or not visible at all.) --- ChangeLog | 9 +++++++++ src/hildon-touch-selector.c | 1 + 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1718fc0..f6ba678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ * src/hildon-touch-selector.c (hildon_touch_selector_append_text_column): + Make the cell renderer use the smallest width possible. + + Fixes: NB#108470 (Selected items in multiple selection are either + having a tick that is cut or not visible at all.) + +2009-04-22 Alberto Garcia + + * src/hildon-touch-selector.c + (hildon_touch_selector_append_text_column): Code cleanups 2009-04-22 Claudio Saavedra diff --git a/src/hildon-touch-selector.c b/src/hildon-touch-selector.c index 26b7e13..c8d90df 100644 --- a/src/hildon-touch-selector.c +++ b/src/hildon-touch-selector.c @@ -1205,6 +1205,7 @@ hildon_touch_selector_append_text_column (HildonTouchSelector * selector, renderer = gtk_cell_renderer_text_new (); g_object_set (renderer, + "width", 1, "xalign", xalign, NULL); -- 1.7.9.5