summaryrefslogtreecommitdiff
path: root/overrides
diff options
context:
space:
mode:
Diffstat (limited to 'overrides')
-rw-r--r--overrides/endless_private/search_box.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/overrides/endless_private/search_box.js b/overrides/endless_private/search_box.js
index 4413cc4..6ef846a 100644
--- a/overrides/endless_private/search_box.js
+++ b/overrides/endless_private/search_box.js
@@ -3,8 +3,8 @@ const Gtk = imports.gi.Gtk;
const Lang = imports.lang;
const BOX_WIDTH_CHARS = 25;
-const CELL_PADDING_X = 15;
-const CELL_PADDING_Y = 8;
+const CELL_PADDING_X = 8;
+const CELL_PADDING_Y = 6;
/**
* Class: SearchBox