[gnome-maps/gnome-40] mapBubble: Increase maximum width



commit 3fe5d5e48811482683f89c4d46f838972a5db3e6
Author: Marcus Lundblad <ml update uu se>
Date:   Tue May 25 23:29:34 2021 +0200

    mapBubble: Increase maximum width
    
    Increase maximum width a bit to
    allow place for the directions button
    in some translations.

 src/mapBubble.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mapBubble.js b/src/mapBubble.js
index b7217fad..1d92c9ee 100644
--- a/src/mapBubble.js
+++ b/src/mapBubble.js
@@ -36,7 +36,7 @@ const PlaceStore = imports.placeStore;
 const Utils = imports.utils;
 
 /* Maximum width of the popover content before it's forced to wrap */
-const MAX_CONTENT_WIDTH = 300;
+const MAX_CONTENT_WIDTH = 350;
 /* Margin between the height of the main window and the height of the popover
    contents */
 const HEIGHT_MARGIN = 100;


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