# HG changeset patch # User Tomasz Mon # Date 1183372856 -7200 # Node ID dd4a213bab66971bff834f74cc2550a64f1b9a9c # Parent f84d09bada0f4a275b071b6981b2b3a3441daab7 fix doublesize diff -r f84d09bada0f -r dd4a213bab66 src/audacious/ui_skinned_textbox.c --- a/src/audacious/ui_skinned_textbox.c Mon Jul 02 11:18:25 2007 +0200 +++ b/src/audacious/ui_skinned_textbox.c Mon Jul 02 12:40:56 2007 +0200 @@ -323,7 +323,7 @@ priv->move_y = 0; if (textbox->width != widget->allocation.width) { - textbox->width = widget->allocation.width; + textbox->width = widget->allocation.width/(priv->double_size ? 2 : 1); priv->resize_width = 0; priv->resize_height = 0; if (priv->pixmap_text) g_free(priv->pixmap_text);