Re: [PATCH] ldm-fix-input-field-location.patch
CyberOrg <[email protected]>
| Newsgroups | gmane.linux.terminal-server.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 1, 2008 at 4:45 AM, Warren Togami <[email protected]> wrote: > CyberOrg wrote: >> Hello Community >> >> The attached patch fixes the login field location on openSUSE theme >> (any theme that uses wide logo.png) >> > > I don't see a patch here? > Sorry, missed it, here it is. Cheers -J ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _____________________________________________________________________ Ltsp-developer mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-developer For additional LTSP help, try #ltsp channel on irc.freenode.net
ldm-fix-input-field-location.patch
(text/x-patch, 417 B)
--- a/gtkgreet/greeter.c 2008-08-30 18:10:21.000000000 +0530
+++ b/gtkgreet/greeter.c 2008-08-30 18:17:26.000000000 +0530
@@ -509,7 +509,7 @@
lw = 180;
gtk_misc_set_alignment((GtkMisc *) UserPrompt, 1, 0.5);
- gtk_widget_set_size_request(UserPrompt, (lw / 2), 0);
+ //gtk_widget_set_size_request(UserPrompt, (lw / 2), 0);
StatusMessages = gtk_label_new("");
entry = gtk_entry_new();