Skip to content

Commit ccdc48f

Browse files
committed
fix dimensions of gui/sitemap overlay tooltip
1 parent 57ee5f4 commit ccdc48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui/sitemap.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ SitemapToolbarOverlay.ATTRS{
371371
default_pos={x=35, y=-1},
372372
default_enabled=true,
373373
viewscreens='dwarfmode',
374-
frame={w=28, h=9},
374+
frame={w=28, h=10},
375375
}
376376

377377
function SitemapToolbarOverlay:init()
@@ -383,7 +383,7 @@ function SitemapToolbarOverlay:init()
383383

384384
self:addviews{
385385
widgets.Panel{
386-
frame={t=0, l=0, w=26, h=5},
386+
frame={t=0, l=0, w=27, h=6},
387387
frame_style=gui.FRAME_PANEL,
388388
frame_background=gui.CLEAR_PEN,
389389
frame_inset={l=1, r=1},

0 commit comments

Comments
 (0)