[gnome-characters] characterList: Decrease the minimum row number



commit a30af7558e7fec52385f2c839c6884f21031e232
Author: Daiki Ueno <dueno src gnome org>
Date:   Mon Feb 16 22:19:09 2015 +0900

    characterList: Decrease the minimum row number

 src/characterList.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/characterList.js b/src/characterList.js
index dde4582..8de5d03 100644
--- a/src/characterList.js
+++ b/src/characterList.js
@@ -31,7 +31,7 @@ const Util = imports.util;
 
 const BASELINE_OFFSET = 0.85;
 const CELLS_PER_ROW = 5;
-const NUM_ROWS = 10;
+const NUM_ROWS = 5;
 const CELL_SIZE = 50;
 
 function getCellSize(fontDescription) {


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