diff --git a/desktop/src-common/advent/screens/dialogue.clj b/desktop/src-common/advent/screens/dialogue.clj index e8800d7e..ca07c9b4 100644 --- a/desktop/src-common/advent/screens/dialogue.clj +++ b/desktop/src-common/advent/screens/dialogue.clj @@ -61,7 +61,7 @@ _ (bitmap-font! font :set-markup-enabled true) tr (bitmap-font! font :get-region) scale (/ scale 2) - scale (or (min (max scale 0.35) 0.5) 0.5) + scale (or (min (max scale 0.4) 0.5) 0.5) tx (.getTexture tr) _ (texture! tx :set-filter Texture$TextureFilter/Linear Texture$TextureFilter/Linear) style (style :label font color)