﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,phab_field
6573,"Overlaping dialog ""Connect to game lobby""",phosit,,"If i open Multiplayer >> Game Lobby the ""Connect to game lobby"" dialog is opened but the ""Multiplayer Lobby"" dialog is behind it. The decorations can be seen.

[[Image(overlaping_dialog.png, 600px, center)]]

==== reproducible
Issue can be reproduced up to A23b, but not for A22. See image below for more clarity.
[[Image(dialog.jpg, 600px, center)]]

==== possible solution
Reduce the width of the `entrance` dialog slightly optionally annotating the choice for the dimension.

{{{#!diff
--- a/binaries/data/mods/public/gui/prelobby/entrance/entrance.xml
+++ b/binaries/data/mods/public/gui/prelobby/entrance/entrance.xml
@@ -8,7 +8,7 @@
 	<!-- Add a translucent black background to fade out the menu page -->
 	<object type=""image"" sprite=""ModernFade""/>
 
-	<object name=""dialog"" type=""image"" style=""ModernDialog"" size=""50%-230 50%-130 50%+230 50%+130"">
+	<object name=""dialog"" type=""image"" style=""ModernDialog"" size=""50%-215 50%-130 50%+215 50%+130"">
 
 		<object style=""ModernLabelText"" type=""text"" size=""50%-128 -18 50%+128 14"">
 			<translatableAttribute id=""caption"">Multiplayer Lobby</translatableAttribute>
}}}",defect,new,Nice to Have,Alpha 26,UI – Game setup,,simple,,
