[gnome-shell] environment: Stop monkey-patching Clutter.TableLayout



commit 32185c17d029429ffadc536707c61fbc3b558256
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Nov 6 00:05:38 2019 +0100

    environment: Stop monkey-patching Clutter.TableLayout
    
    It's not used for anything anymore, and may well end up being removed.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/808

 js/ui/environment.js | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/js/ui/environment.js b/js/ui/environment.js
index 692bc0e68b..45df938086 100644
--- a/js/ui/environment.js
+++ b/js/ui/environment.js
@@ -238,8 +238,6 @@ function init() {
     // Miscellaneous monkeypatching
     _patchContainerClass(St.BoxLayout);
 
-    _patchLayoutClass(Clutter.TableLayout, { row_spacing: 'spacing-rows',
-                                             column_spacing: 'spacing-columns' });
     _patchLayoutClass(Clutter.GridLayout, { row_spacing: 'spacing-rows',
                                             column_spacing: 'spacing-columns' });
     _patchLayoutClass(Clutter.BoxLayout, { spacing: 'spacing' });


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