* Jelmer Vernooij <[EMAIL PROTECTED]> wrote:
> I think I'd rather see this enablable from the menu in "bzr 
> viz" rather than taking up valuable screen space. I won't block 
> on it however.

I'd prefer to see the checkbox above the file list instead of 
below, to keep it closer to where the mouse (probably) is.  But 
it's not a big deal.  Either way, it's easy to get to and it uses 
space which is normally empty.

The label for the checkbox says "W_rap", but _r is already used 
to activate the "_Revision" menu.  How about some other 
accelerator, like "_Wrap" or "_long"?

* Jasper wrote:
> Oops... also includes a tweak to branchwin.py where width and 
> height with respect to monitor size are only set when no config 
> is found. Those values are overwritten by the config otherwise

There are other places the same style was used.  You may want to 
change more than just this one.  I recall doing this several 
times:

    foo = "default"
    if config:
        foo = "configured"

So, if this style is preferred...

    if config:
        foo = "configured"
    else:
        foo = "default"

... then there are at least half a dozen other places to change.


-- Scott

-- 
bzr-gtk mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.canonical.com/mailman/listinfo/bzr-gtk

Reply via email to