(f95283b36) Submarine preview layout changes, don't display attributes that don't have a value, GUIMessageBox layout tweaking

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:13:12 +03:00
parent f91e28c248
commit 57e5a969ba
4 changed files with 102 additions and 54 deletions
@@ -1216,7 +1216,7 @@ namespace Barotrauma
};
infoButton.OnClicked += (component, userdata) =>
{
((Submarine)userdata).CreatePreviewWindow(new GUIMessageBox("", "", 550, 400));
((Submarine)userdata).CreatePreviewWindow(new GUIMessageBox("", "", 550, 600));
return true;
};
}