[gnome-documents] embed: Reduce icon size to 32 pixels



commit 2300875f353ed517946295c4a14f81f49fe42ba0
Author: Alessandro Bono <shadow openaliasbox org>
Date:   Tue Aug 25 15:13:27 2015 +0200

    embed: Reduce icon size to 32 pixels
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754079

 src/embed.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index b9d5e8e..b3fc35b 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -42,7 +42,7 @@ const GLib = imports.gi.GLib;
 const Gtk = imports.gi.Gtk;
 const _ = imports.gettext.gettext;
 
-const _ICON_SIZE = 128;
+const _ICON_SIZE = 32;
 const _PDF_LOADER_TIMEOUT = 400;
 
 const SpinnerBox = new Lang.Class({


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