mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Merge branch 'wrap-message-titles' into 'main'
messageList: Always show the full message title Closes #6841 See merge request GNOME/gnome-shell!2848
This commit is contained in:
commit
893618baac
1 changed files with 2 additions and 0 deletions
|
|
@ -473,6 +473,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