Changeset 2277 for trunk/src


Ignore:
Timestamp:
Dec 30, 1999, 10:27:05 PM (26 years ago)
Author:
sandervl
Message:

increased default rebar heigth (for AbiWord)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/rebar.c

    r2126 r2277  
    1 /* $Id: rebar.c,v 1.11 1999-12-18 20:57:00 achimha Exp $ */
     1/* $Id: rebar.c,v 1.12 1999-12-30 21:27:05 sandervl Exp $ */
    22/*
    33 * Rebar control
     
    308308    else {
    309309        cx = rcClient.right - rcClient.left;
    310         cy = 20;    /* FIXME: fixed height */
     310        cy = 20;    /* FIXME: fixed height */
    311311    }
    312312
     
    338338            else if (lpBand->fStyle & RBBIM_CHILDSIZE)
    339339                cy = lpBand->cyMinChild;
    340             else
    341                 cy = 20; /* FIXME */
     340            else {
     341//                cy = 20; /* FIXME */
     342                cy = 36; //SvL: Better size of AbiWord (FIXME)
     343            }
    342344
    343345            lpBand->rcBand.left   = x;
Note: See TracChangeset for help on using the changeset viewer.