Commit 7b20d8fc authored by 潘栩锋's avatar 潘栩锋 🚴

1. 修改 布局紧凑点,从Margin=5 改为 Margin=2

parent 24021e1a
......@@ -135,7 +135,7 @@ namespace ThickTcpUiInWindow
UIModuleInfo info = lmodule.UIModules[gp.Module];
Frame frame = new Frame();
frame.SetValue(Frame.MarginProperty, new Thickness(5));
frame.SetValue(Frame.MarginProperty, new Thickness(2));
frame.Content = info.UIModule.GetComponent(gp.ID);
info.BuildCnt++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment