mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
endSessionDialog: Align some strings to the right in RTL
https://bugzilla.gnome.org/show_bug.cgi?id=712600
This commit is contained in:
parent
f8eb8adfbe
commit
53b37e8d0c
2 changed files with 8 additions and 1 deletions
|
|
@ -249,7 +249,9 @@ const EndSessionDialog = new Lang.Class({
|
|||
this._subjectLabel = new St.Label({ style_class: 'end-session-dialog-subject' });
|
||||
|
||||
messageLayout.add(this._subjectLabel,
|
||||
{ y_fill: false,
|
||||
{ x_fill: false,
|
||||
y_fill: false,
|
||||
x_align: St.Align.START,
|
||||
y_align: St.Align.START });
|
||||
|
||||
this._descriptionLabel = new St.Label({ style_class: 'end-session-dialog-description' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue