Changes between Version 1 and Version 2 of Ticket #6573


Ignore:
Timestamp:
Jun 14, 2022, 2:43:51 AM (23 months ago)
Author:
Langbart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6573

    • Property Keywords simple added
  • Ticket #6573 – Description

    v1 v2  
    77[[Image(dialog.jpg, 600px, center)]]
    88
     9==== possible solution
     10Reduce the width of the `entrance` dialog slightly optionally annotating the choice for the dimension.
     11
     12{{{#!diff
     13--- a/binaries/data/mods/public/gui/prelobby/entrance/entrance.xml
     14+++ b/binaries/data/mods/public/gui/prelobby/entrance/entrance.xml
     15@@ -8,7 +8,7 @@
     16        <!-- Add a translucent black background to fade out the menu page -->
     17        <object type="image" sprite="ModernFade"/>
     18 
     19-       <object name="dialog" type="image" style="ModernDialog" size="50%-230 50%-130 50%+230 50%+130">
     20+       <object name="dialog" type="image" style="ModernDialog" size="50%-215 50%-130 50%+215 50%+130">
     21 
     22                <object style="ModernLabelText" type="text" size="50%-128 -18 50%+128 14">
     23                        <translatableAttribute id="caption">Multiplayer Lobby</translatableAttribute>
     24}}}