[gnome-shell] keyring: Align more a srtings to the right side in RTL



commit 6a236fb91eee448fb07984142395f3de2e40bc10
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Wed Dec 11 23:23:23 2013 +0200

    keyring: Align more a srtings to the right side in RTL
    
    It is missed in the previous patch.
    
    Signed-off-by: Yosef Or Boczko <yoseforb gmail com>

 js/ui/components/keyring.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/components/keyring.js b/js/ui/components/keyring.js
index 41d921e..1476d56 100644
--- a/js/ui/components/keyring.js
+++ b/js/ui/components/keyring.js
@@ -138,6 +138,7 @@ const KeyringDialog = new Lang.Class({
         warning.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
         warning.clutter_text.line_wrap = true;
         layout.pack(warning, 1, row);
+        layout.child_set(warning, { x_fill: false, x_align: Clutter.TableAlignment.START });
         this.prompt.bind_property('warning-visible', warning, 'visible', GObject.BindingFlags.SYNC_CREATE);
         this.prompt.bind_property('warning', warning, 'text', GObject.BindingFlags.SYNC_CREATE);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]