[6fc8f95bc6465849249d974d53eecc56c00ffda0fc3c7024bfa5b8e4d794b072/gnome-3-36] dateMenu: Do not ellipsize clock



commit afb405782c3aa10c083b21c46bb1e890dbb07452
Author: MOZGIII <mike-n narod ru>
Date:   Mon Jun 22 15:41:58 2020 +0300

    dateMenu: Do not ellipsize clock
    
    This addresses the issue with ellipsized clock that occurs when using
    extensions that move the clock from the middle to the side of the top
    bar.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1327
    
    Signed-off-by: MOZGIII <mike-n narod ru>

 js/ui/dateMenu.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js
index 7fc7c38281..e0cf298471 100644
--- a/js/ui/dateMenu.js
+++ b/js/ui/dateMenu.js
@@ -594,6 +594,7 @@ class DateMenuButton extends PanelMenu.Button {
 
         this._clockDisplay = new St.Label({ style_class: 'clock' });
         this._clockDisplay.clutter_text.y_align = Clutter.ActorAlign.CENTER;
+        this._clockDisplay.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
 
         this._indicator = new MessagesIndicator();
 


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