Make icon in statusbar as CFG_ALIGNMENT

This commit is contained in:
Julien Danjou 2008-03-19 13:03:11 +01:00
parent 2a47aa7f0b
commit 93c75433f9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ cfg_opt_t titlebar_opts[] =
{ {
CFG_POSITION((char *) "position", (char *) "auto", CFGF_NONE), CFG_POSITION((char *) "position", (char *) "auto", CFGF_NONE),
CFG_ALIGNMENT((char *) "text_align", (char *) "center", CFGF_NONE), CFG_ALIGNMENT((char *) "text_align", (char *) "center", CFGF_NONE),
CFG_STR((char *) "icon", (char *) "left", CFGF_NONE), CFG_ALIGNMENT((char *) "icon", (char *) "left", CFGF_NONE),
CFG_AWESOME_END() CFG_AWESOME_END()
}; };
cfg_opt_t general_opts[] = cfg_opt_t general_opts[] =