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 /dw/fltkui.cc | |
parent | 794907e571d19dca3c2e093c5964c157ffbc6342 (diff) |
trim some spaces
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r-- | dw/fltkui.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc index d4eb09f2..7bfe64f6 100644 --- a/dw/fltkui.cc +++ b/dw/fltkui.cc @@ -1384,7 +1384,7 @@ void FltkListResource::pushGroup (const char *name, bool enabled) // TODO: Proper disabling of item groups newItem(name, en, selected); - + if (currDepth < 3) currDepth++; } @@ -1414,7 +1414,7 @@ void FltkListResource::sizeRequest (core::Requisition *requisition) } else { b->has_scrollbar(0); } - + requisition->descent = style->font->descent + 2; requisition->ascent = rows * b->avg_height() - style->font->descent + 2; } else { |