mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
messageList: Always show the full message title
If it's too long then line wrap instead of ellipsizing. Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6841
This commit is contained in:
parent
796f347fa7
commit
e10ea0474d
1 changed files with 2 additions and 0 deletions
|
|
@ -492,6 +492,8 @@ export const Message = GObject.registerClass({
|
|||
style_class: 'message-title',
|
||||
y_align: Clutter.ActorAlign.END,
|
||||
});
|
||||
this.titleLabel.clutter_text.line_wrap = true;
|
||||
this.titleLabel.clutter_text.line_wrap_mode = Pango.WrapMode.WORD_CHAR;
|
||||
contentBox.add_child(this.titleLabel);
|
||||
|
||||
this._bodyLabel = new URLHighlighter('', true, this._useBodyMarkup);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue