summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/theme.c')
-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 );
}