Merge lp:~elementary-pantheon/pantheon-greeter/long-names into lp:~elementary-pantheon/pantheon-greeter/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Cody Garver
Approved revision: 426
Merged at revision: 426
Proposed branch: lp:~elementary-pantheon/pantheon-greeter/long-names
Merge into: lp:~elementary-pantheon/pantheon-greeter/trunk
Diff against target: 16 lines (+1/-1)
1 file modified
src/LoginBox.vala (+1/-1)
To merge this branch: bzr merge lp:~elementary-pantheon/pantheon-greeter/long-names
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+292093@code.launchpad.net

Commit message

Resize CredentialsAreaActor to fit long name labels

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/LoginBox.vala'
2--- src/LoginBox.vala 2016-04-13 00:51:37 +0000
3+++ src/LoginBox.vala 2016-04-17 19:58:45 +0000
4@@ -222,11 +222,11 @@
5 public CredentialsAreaActor (LoginBox login_box, LoginOption login_option) {
6 this.login_box = login_box;
7 current_session = login_option.session;
8- width = 260;
9 height = 188;
10 credentials = null;
11
12 grid = new Gtk.Grid ();
13+ grid.width_request = 260;
14
15 // If the login option doesn't provice a login name, we have to
16 // show a entry for the user to enter one.

Subscribers

People subscribed via source and target branches