From 41edfdf99fe419a2aef43bb6b18236669b836a08 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 15 Oct 2002 17:37:28 +0000 Subject: minor adjustment of bevel when drawing text --- src/Window.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index f5aac4c..f4b69ee 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.89 2002/10/15 17:17:00 fluxgen Exp $ +// $Id: Window.cc,v 1.90 2002/10/15 17:37:28 fluxgen Exp $ #include "Window.hh" @@ -2439,7 +2439,7 @@ void FluxboxWindow::redrawLabel() { screen->getScreenNumber(), gc, getTitle().c_str(), getTitle().size(), - frame.bevel_w, frame.bevel_w + screen->getWindowStyle()->font.height()); + frame.bevel_w, frame.bevel_w/4 + screen->getWindowStyle()->font.height()); } } -- cgit v0.11.2