Remove a wrong space

Thanks to damjan for finding this.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2009-05-09 21:07:26 +02:00 committed by Julien Danjou
parent 57b717aba6
commit d3eaaf7b50
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ theme.bg_minimize = "#444444"
theme.fg_normal = "#aaaaaa"
theme.fg_focus = "#ffffff"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = " #ffffff"
theme.fg_minimize = "#ffffff"
theme.border_width = "1"
theme.border_normal = "#000000"