From ff61ea52433fe721b3c9f7702bd7bf93edf6b6f6 Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Wed, 2 Jul 2014 12:00:52 -0700 Subject: New style for the drop down completion Some hacky css selecting is involved, but gets us a much nicer completion drop down [endlessm/eos-sdk#1578] --- overrides/endless_private/search_box.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'overrides') 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 -- cgit v1.2.3