aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-08-04 13:48:47 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-08-04 13:48:47 -0400
commit97763814b874f3347e107a5013a529e571a23525 (patch)
treeb034a340e0023ab4dc25d3f2ae15069859e8bf05 /src/ui.hh
parentdc8319cfc909090b7f53992080efc84d4fcce4fb (diff)
FindBar cleanup: use the same size(0,0) trick we use for Panels
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 47297f51..aa21f1ed 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -139,7 +139,7 @@ class UI : public CustGroupVertical {
Fl_Output *StatusOutput;
Findbar *FindBar;
- int FindBarSpace, MainIdx;
+ int MainIdx;
// Panel customization variables
int PanelSize, CuteColor, Small_Icons;
int p_xpos, p_ypos, bw, bh, mh, lh, nh, fh, sh, pw, lbl;