mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Revert "messageTray: Fix summary position in RTL locales"
This reverts commit e6ba7c6e40.
The original issue is fixed by Clutter commit 64c7973c7429c.
This commit is contained in:
parent
23c1138a58
commit
c1590d9ed7
1 changed files with 1 additions and 3 deletions
|
|
@ -1410,12 +1410,10 @@ const MessageTray = new Lang.Class({
|
|||
actor.grab_key_focus();
|
||||
}));
|
||||
global.focus_manager.add_group(this.actor);
|
||||
let rtl = this.actor.get_text_direction() == Clutter.TextDirection.RTL;
|
||||
this._summary = new St.BoxLayout({ name: 'summary-mode',
|
||||
reactive: true,
|
||||
track_hover: true,
|
||||
x_align: rtl ? Clutter.ActorAlign.START
|
||||
: Clutter.ActorAlign.END,
|
||||
x_align: Clutter.ActorAlign.END,
|
||||
x_expand: true,
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
y_expand: true });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue