mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
padOsd: Fix double styling
We set the StLabel style property, there's no need to re-apply the large/bold text style via markup. Makes the StLabel text size consistent across editable state changes. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1290
This commit is contained in:
parent
04e8ebcb2d
commit
b5591fef10
1 changed files with 1 additions and 2 deletions
|
|
@ -868,8 +868,7 @@ var PadOsd = GObject.registerClass({
|
|||
this._tipLabel.set_text(_("Press any key to exit"));
|
||||
}
|
||||
|
||||
this._titleLabel.clutter_text.set_markup(
|
||||
'<span size="larger"><b>%s</b></span>'.format(title));
|
||||
this._titleLabel.set_text(title);
|
||||
}
|
||||
|
||||
_isEditedAction(type, number, dir) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue