summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2021-05-25 23:29:34 +0200
committerMarcus Lundblad <ml@update.uu.se>2021-05-25 23:29:34 +0200
commit536ae6ee09bcdea76b96f1823f71dc1e567eaf0c (patch)
tree172e3d05d62541dbc2e391be75b99adf7bd25177
parent80f0bd6c8a75f050ca51b79509881bbaf55ec62d (diff)
downloadgnome-maps-wip/mlundblad/increase-max-place-bubble-width.tar.gz
mapBubble: Increase maximum widthwip/mlundblad/increase-max-place-bubble-width
Increase maximum width a bit to allow place for the directions button in some translations.
-rw-r--r--src/mapBubble.js2
1 files changed, 1 insertions, 1 deletions
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;