Changed spaces to tabs

This commit is contained in:
noyanbaykal
2014-06-19 13:20:55 -04:00
parent 0ad767a05e
commit 54e53a1306

View File

@@ -87,7 +87,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
text = WidgetUtils.WrapText(text, description.Bounds.Width, descriptionFont);
description.Text = text;
description.Bounds.Height = descriptionFont.Measure(text).Y;
descriptionPanel.ScrollToTop();
descriptionPanel.ScrollToTop();
descriptionPanel.Layout.AdjustChildren();
}