[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-11-02 Thread Robert Ancell
** Changed in: gdm (Ubuntu) Status: Incomplete = Fix Released ** Changed in: human-theme Status: New = Fix Released -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-13 Thread Launchpad Bug Tracker
This bug was fixed in the package human-theme - 0.37 --- human-theme (0.37) karmic; urgency=low * Changed button border values on HumanLogin gtkrc to fix LP: #21 * Added icons for shutdown pop-up at 48x48 -- Kenneth Wimer kw...@ubuntu.com Mon, 12 Oct 2009 14:52:13 +0200

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/human-theme -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Mat Tomaszewski
@Robert Ancell Thanks for having a look at this. Suggested solution would be to drop the non-stock button for login and use a stock button (without the icon) instead. Would you say that's feasible? -- Login button is smaller than the Cancel button in the GDM theme

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Mat Tomaszewski
@ kwwii Any thoughts on this? -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Sebastien Bacher
** Changed in: gdm (Ubuntu) Importance: Undecided = Low -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Kenneth Wimer
We should change whatever we need to to fix this. I tried to fix it already but couldn't find any industrial theme which didn't have this problem. -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Kenneth Wimer
** Changed in: human-theme (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: human-theme (Ubuntu) Importance: Undecided = High -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Launchpad Bug Tracker
** Branch linked: lp:human-theme -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Kenneth Wimer
After testing, Roberts suggestion proves to fix the problem (yeah!). Changed in the current lp:human-theme -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

Re: [Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread Mat Tomaszewski
Kenneth Wimer wrote: After testing, Roberts suggestion proves to fix the problem (yeah!). Changed in the current lp:human-theme Woo-hoo! Nice work kwwii thanks @Robert Ancell! -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-12 Thread dashua
I added an updated branch that has the button style, bg entry and glow as the original mock up. Please let me know if this is what was planned as I can tweak the theme some more? More glow can be easily added to the buttons if needed. Cancel and login buttons are the same as in the mock up with

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-11 Thread Mat Tomaszewski
** Changed in: gdm (Ubuntu) Assignee: (unassigned) = Robert Ancell (robert-ancell) -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-11 Thread Robert Ancell
The issue appears to be in the theming. Cancel is a stock button and is not behaving as the non-stock Log In -- Login button is smaller than the Cancel button in the GDM theme https://bugs.launchpad.net/bugs/21 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 444421] Re: Login button is smaller than the Cancel button in the GDM theme

2009-10-11 Thread Robert Ancell
The lines that are causing the difference in size are in /usr/share/themes/HumanLogin/gtk-2.0/gtkrc: GtkButton::default_border = { 3, 3, 3, 3 } GtkButton::default_outside_border = { 3, 3, 3, 3 } These set the border for buttons that can be the default selection - should these be replaced