diff options
author | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
commit | 399b0fa3b970ec1ff6969902639d5058c3e732a9 (patch) | |
tree | 957710aeab8c02c98b90f0b73583bda74f9826de /src/ui.cc | |
parent | 0f8cb48af3903c6a355c5404f5b5d01942eabd2b (diff) |
rm spaces
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -707,7 +707,7 @@ UI::UI(int x, int y, int ui_w, int ui_h, const char* label, const UI *cur_ui) : // Control panel TopGroup->begin(); make_panel(ui_w); - + // Render area int main_h = ui_h - (mh+(LocBar?lh:0)+nh+fh+sh); Main = new Fl_Group(0,0,0,main_h,"Welcome..."); @@ -721,7 +721,7 @@ UI::UI(int x, int y, int ui_w, int ui_h, const char* label, const UI *cur_ui) : TopGroup->add(Main); TopGroup->resizable(Main); MainIdx = TopGroup->find(Main); - + // Find text bar FindBarSpace = 1; FindBar = new Findbar(ui_w, fh); |