Merge lp:~mimose/kylin-greeter/bug-1552664 into lp:kylin-greeter

Proposed by guoyalong
Status: Merged
Merge reported by: handsome_feng
Merged at revision: not available
Proposed branch: lp:~mimose/kylin-greeter/bug-1552664
Merge into: lp:kylin-greeter
Diff against target: 28 lines (+5/-2)
2 files modified
kylin-greeter/gtk-3.20/apps/kylin-greeter.css (+2/-0)
src/prompt-box.vala (+3/-2)
To merge this branch: bzr merge lp:~mimose/kylin-greeter/bug-1552664
Reviewer Review Type Date Requested Status
handsome_feng Pending
Review via email: mp+323200@code.launchpad.net

Description of the change

modified the alignment of small-name-label at 'src/fading-label.vala';
So fixed the bug 1552664.

To post a comment you must log in.
Revision history for this message
guoyalong (mimose) wrote :

I am sorry, the modified file is 'src/prompt-box.vala' instead of 'src/fading-label.vala'.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'kylin-greeter/gtk-3.20/apps/kylin-greeter.css'
2--- kylin-greeter/gtk-3.20/apps/kylin-greeter.css 2016-08-17 08:45:18 +0000
3+++ kylin-greeter/gtk-3.20/apps/kylin-greeter.css 2017-04-26 03:11:29 +0000
4@@ -50,6 +50,8 @@
5 border-color: @lightdm_border_color;
6 border-width: 1px;
7 border-style: solid;
8+ color: black;
9+ caret-color: black;
10 }
11
12
13
14=== modified file 'src/prompt-box.vala'
15--- src/prompt-box.vala 2016-09-27 06:56:09 +0000
16+++ src/prompt-box.vala 2017-04-26 03:11:29 +0000
17@@ -346,8 +346,9 @@
18 small_name_label = new FadingLabel ("");
19 small_name_label.override_font (Pango.FontDescription.from_string ("Ubuntu 10"));
20 small_name_label.override_color (Gtk.StateFlags.NORMAL, { 1.0f, 1.0f, 1.0f, 1.0f });
21- small_name_label.yalign = 0.5f;
22- small_name_label.xalign = 0.5f;
23+ small_name_label.halign = Gtk.Align.CENTER;
24+ small_name_label.yalign = 0.5f;
25+ small_name_label.xalign = 0.0f;
26 small_name_label.hexpand=true;
27
28 small_name_label.set_size_request (grid_size, -1);

Subscribers

People subscribed via source and target branches

to all changes: