[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mini-window glitch with GTK
From: |
Eli Zaretskii |
Subject: |
Re: Mini-window glitch with GTK |
Date: |
Mon, 21 Jan 2013 19:19:03 +0200 |
> Date: Mon, 21 Jan 2013 08:15:04 +0100
> From: Dani Moncayo <address@hidden>
> Cc: Emacs development discussions <address@hidden>
>
> > On Fedora 18 with GTK 3.6.4, height of the minibuffer window looks too large
> > immediately after startup (screenshot 1), but shrinks to normal after first
> > input comes (screenshot 2). The problem is easily visible with ./src/emacs
> > -Q,
> > but doesn't appear with ./src/emacs -Q --execute '(tool-bar-mode 0)'.
>
> This same problem occurs on MS-Windows. When the frame is maximized,
> the remnant vertical space is put at the very bottom, instead of using
> it to show more content on the main window(s).
I don't think it's the same problem, because this one doesn't go away
when you type something into the minibuffer, as in Dmitry's recipe.
What you see here is normal division of the screen real estate between
windows in Emacs. This is how it was coded.