mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Slightly bump initial tooltip width
This commit is contained in:
parent
7fa70375e1
commit
a67809d240
@ -122,7 +122,7 @@ def get_maximum_width(w, s)
|
|||||||
(
|
(
|
||||||
if(w.x = 0
|
if(w.x = 0
|
||||||
# The default width upon the initial run. #
|
# The default width upon the initial run. #
|
||||||
, 400
|
, 450
|
||||||
, if(w.y <= s.y
|
, if(w.y <= s.y
|
||||||
# If the window's height fits use that. #
|
# If the window's height fits use that. #
|
||||||
, w.x
|
, w.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user