Re: Dpi and Resolution issues
- From: suchenwi <richard.suchenwirth-bauersachs@xxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 04:47:12 -0800 (PST)
On 31 Jan., 13:36, Plebeian <casey.ack...@xxxxxxxxx> wrote:
Hi, i've recently ran into the problem of my toplevel window being too
small of a container for people who use a higher DPI and resolution
setting than I use.
How would I go about fixing this?
You can for instance resize the toplevel to be half as high and half
as wide as the screen:
wm resize . [expr [winfo screenwidth .]/2]x[expr [winfo
screenheight .]/2]
.
- Follow-Ups:
- Re: Dpi and Resolution issues
- From: Plebeian
- Re: Dpi and Resolution issues
- References:
- Dpi and Resolution issues
- From: Plebeian
- Dpi and Resolution issues
- Prev by Date: Dpi and Resolution issues
- Next by Date: Re: Dpi and Resolution issues
- Previous by thread: Dpi and Resolution issues
- Next by thread: Re: Dpi and Resolution issues
- Index(es):