[gnome-contacts] contact-sheet: Give more 4 lines to names
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] contact-sheet: Give more 4 lines to names
- Date: Sat, 11 Sep 2021 08:40:08 +0000 (UTC)
commit 9f4974ef97a6e1cd86b788ff72907ffb89dfac9f
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Sep 9 13:46:33 2021 +0200
contact-sheet: Give more 4 lines to names
This ensures all names should be readable on desktops and most should be
on mobile.
src/contacts-contact-sheet.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/contacts-contact-sheet.vala b/src/contacts-contact-sheet.vala
index 39791bb1..ceb41a54 100644
--- a/src/contacts-contact-sheet.vala
+++ b/src/contacts-contact-sheet.vala
@@ -155,6 +155,7 @@ public class Contacts.ContactSheet : Gtk.Grid {
var name_label = new Gtk.Label ("");
name_label.ellipsize = Pango.EllipsizeMode.END;
name_label.xalign = 0f;
+ name_label.lines = 4;
name_label.selectable = true;
name_label.set_can_focus (false);
this.attach (name_label, 1, 0, 1, 3);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]