keyring: Align some srtings to right in RTL
https://bugzilla.gnome.org/show_bug.cgi?id=712594
This commit is contained in:
parent
3c2aecb81f
commit
f8eb8adfbe
@ -2095,6 +2095,10 @@ StScrollBar StButton#vhandle:active {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prompt-dialog-description:rtl {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.prompt-dialog-password-box {
|
.prompt-dialog-password-box {
|
||||||
spacing: 1em;
|
spacing: 1em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
@ -45,7 +45,9 @@ const KeyringDialog = new Lang.Class({
|
|||||||
this.prompt.bind_property('message', subject, 'text', GObject.BindingFlags.SYNC_CREATE);
|
this.prompt.bind_property('message', subject, 'text', GObject.BindingFlags.SYNC_CREATE);
|
||||||
|
|
||||||
this._messageBox.add(subject,
|
this._messageBox.add(subject,
|
||||||
{ y_fill: false,
|
{ x_fill: false,
|
||||||
|
y_fill: false,
|
||||||
|
x_align: St.Align.START,
|
||||||
y_align: St.Align.START });
|
y_align: St.Align.START });
|
||||||
|
|
||||||
let description = new St.Label({ style_class: 'prompt-dialog-description' });
|
let description = new St.Label({ style_class: 'prompt-dialog-description' });
|
||||||
|
Loading…
Reference in New Issue
Block a user