diff options
author | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
commit | 31cb72fdf49546055d77a85a6f6bda1e6faad705 (patch) | |
tree | 7aec6b43b3d4b97fa3ace90bf012b1b3c845a89a /src/tipwin.cc | |
parent | 794907e571d19dca3c2e093c5964c157ffbc6342 (diff) |
trim some spaces
Diffstat (limited to 'src/tipwin.cc')
-rw-r--r-- | src/tipwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tipwin.cc b/src/tipwin.cc index 100eb1c0..c8463eb5 100644 --- a/src/tipwin.cc +++ b/src/tipwin.cc @@ -174,7 +174,7 @@ CustButton::CustButton(int x, int y, int w, int h, const char *l) : TipWinButton(x,y,w,h,l) { norm_color = color(); - light_color = PREFS_UI_BUTTON_HIGHLIGHT_COLOR; + light_color = PREFS_UI_BUTTON_HIGHLIGHT_COLOR; } int CustButton::handle(int e) |