[gnome-shell/eos3.8: 73/255] appDisplay: Increase the maximum number of columns
- From: Matthew Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/eos3.8: 73/255] appDisplay: Increase the maximum number of columns
- Date: Wed, 10 Jun 2020 19:04:05 +0000 (UTC)
commit 5b870c2a164ff87d28ac8991436c6c0e3016469e
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 2e4f32ccf4..8370b3de6f 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]