summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-09 14:50:23 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-09 14:50:23 +0200
commite01aefd773420fd97580744d1c19026796203b8a (patch)
treebdec63161e3a963c151c45b6f3223392bd7370df /source
parentb24660a2045f3d6efc4727d4e4b3767f8da07e03 (diff)
Update shipped themes.
Diffstat (limited to 'source')
-rw-r--r--source/theme.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/theme.c b/source/theme.c
index 9081fcbd..b0e0dc61 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -856,11 +856,7 @@ void rofi_theme_convert_old ( void )
}
/* Line Padding */
{
- char *str = g_strdup_printf ( "#element { padding: %dpx;}", config.line_padding );
- rofi_theme_parse_string ( str );
- g_free ( str );
- // inputbar
- str = g_strdup_printf ( "#inputbar { padding: %dpx;}", config.line_padding );
+ char *str = g_strdup_printf ( "#element, inputbar, message { padding: %dpx;}", config.line_padding );
rofi_theme_parse_string ( str );
g_free ( str );
}