diff options
author | corvid <corvid@lavabit.com> | 2011-01-06 03:38:57 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-06 03:38:57 +0000 |
commit | 91a6eef96200b8449e72030c766c514b1a07785c (patch) | |
tree | bca49af0a1d30e3241e43bb45a8b57f8f2c5f7be /src/findbar.cc | |
parent | 1aa8c2e16f5fea7763db6415f0684f51d01f4de3 (diff) |
some UI constants
Diffstat (limited to 'src/findbar.cc')
-rw-r--r-- | src/findbar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.cc b/src/findbar.cc index 713b13ac..84396954 100644 --- a/src/findbar.cc +++ b/src/findbar.cc @@ -117,7 +117,7 @@ Findbar::Findbar(int width, int height) : int x = border; height -= 2 * border; - box(PLASTIC_UP_BOX); + box(FL_PLASTIC_UP_BOX); Group::hide(); begin(); |