[25352] in Source-Commits
Re: /svn/athena r24916 - trunk/debathena/config/gdm-config/debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed Jan 5 21:11:57 2011
Date: Wed, 5 Jan 2011 21:11:48 -0500 (EST)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <201101051942.p05JgZkP013187@drugstore.mit.edu>
Message-ID: <alpine.DEB.1.10.1101052110150.24885@dr-wily.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK, although I'm curious what the actual threshold is, but I'll defer
bikeshedding until we actually intend to bikeshed about the login screen
design.
--
Geoffrey Thomas
geofft@mit.edu
On Wed, 5 Jan 2011, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2011-01-05 14:42:34 -0500 (Wed, 05 Jan 2011)
> New Revision: 24916
>
> Modified:
> trunk/debathena/config/gdm-config/debian/debathena-branding
> Log:
> Update for Vostro and remove sarcasm
>
> Modified: trunk/debathena/config/gdm-config/debian/debathena-branding
> ===================================================================
> --- trunk/debathena/config/gdm-config/debian/debathena-branding 2011-01-04 17:19:25 UTC (rev 24915)
> +++ trunk/debathena/config/gdm-config/debian/debathena-branding 2011-01-05 19:42:34 UTC (rev 24916)
> @@ -37,8 +37,7 @@
> self.winWelcome = self.xml.get_widget('winWelcome')
> moveY = 200
> logoScale = 0.60
> - if gtk.gdk.screen_height() < 864:
> - # Here's a nickel, buy a real display
> + if gtk.gdk.screen_height() <= 900:
> moveY = 0
> logoScale = 0.40
> self.winWelcome.move((gtk.gdk.screen_width() - self.winWelcome.get_size()[0]) / 2, moveY)
>
>