[gnome-maps/wip/mlundblad/increase-layers-popover-width] layersPopover: Increase width of thumbnails




commit 67a1dd65c7a476c2cbb3114ed15e00fe44393da4
Author: Marcus Lundblad <ml update uu se>
Date:   Thu Jan 28 22:12:13 2021 +0100

    layersPopover: Increase width of thumbnails
    
    Increase the width of the thumbnails to fit
    when the label of the load button is longer.

 src/layersPopover.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/layersPopover.js b/src/layersPopover.js
index 3f80f93c..70f25657 100644
--- a/src/layersPopover.js
+++ b/src/layersPopover.js
@@ -29,7 +29,7 @@ const Service = imports.service;
 const ShapeLayer = imports.shapeLayer;
 const Utils = imports.utils;
 
-const PREVIEW_WIDTH = 180;
+const PREVIEW_WIDTH = 230;
 const PREVIEW_HEIGHT = 80;
 
 var ShapeLayerRow = GObject.registerClass({


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