[gnome-shell/T27795: 95/138] appDisplay: Increase the maximum number of columns



commit e35481497bf41ecff4ce998402364183953f8df6
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Thu Jun 15 22:21:50 2017 +0000

    appDisplay: Increase the maximum number of columns
    
    We want 7 columns per row on EOS when there's enough space.

 js/ui/appDisplay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index bab2f44ea5..b83fea2539 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -23,7 +23,7 @@ const SystemActions = imports.misc.systemActions;
 const { loadInterfaceXML } = imports.misc.fileUtils;
 
 var MENU_POPUP_TIMEOUT = 600;
-var MAX_COLUMNS = 6;
+var MAX_COLUMNS = 7;
 var MIN_COLUMNS = 4;
 var MIN_ROWS = 4;
 


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