diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-04 13:48:47 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-04 13:48:47 -0400 |
commit | 97763814b874f3347e107a5013a529e571a23525 (patch) | |
tree | b034a340e0023ab4dc25d3f2ae15069859e8bf05 /src/ui.hh | |
parent | dc8319cfc909090b7f53992080efc84d4fcce4fb (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.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |