1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00

Fix printing table

This commit is contained in:
QC 2015-05-02 12:08:50 +02:00
parent d2eeffe2d9
commit 493801602a

View file

@ -324,7 +324,7 @@ void config_xresource_free ( void )
static void xresource_dump_entry ( const char *namePrefix, XrmOption *option )
{
printf ( "%s.%s: %*s", namePrefix, option->name,
(int) ( 25 - strlen ( option->name ) ), "" );
(int) ( 30 - strlen ( option->name ) ), "" );
switch ( option->type )
{
case xrm_Number: