- if ((nl = strchr(s = nl, '\n'))) {
- ++y;
- } else {
- int x = gdk_string_measure( m_widget->style->font, s );
- if (x > newSize.x) {
- newSize.x = x;
- }
+ ++y;
+ if (! (nl = strchr(s = nl, '\n')))
+ {
+
+ int x = gdk_string_measure( m_widget->style->font, s ) + 4;
+ if (x > newSize.x) newSize.x = x;