all repos — fluxbox @ 41edfdf99fe419a2aef43bb6b18236669b836a08

custom fork of the fluxbox windowmanager

minor adjustment of bevel when drawing text
fluxgen fluxgen
commit

41edfdf99fe419a2aef43bb6b18236669b836a08

parent

3e972e83bd2716f7e5941f4ef8edcb67f4f2a3b5

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ frame.label,

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()); } }