Figured out how to expand controls to fill parent. yay

This commit is contained in:
Grant Limberg 2015-10-26 19:39:54 -07:00
parent 095539de29
commit 300a951730
4 changed files with 11 additions and 4 deletions

View file

@ -35,6 +35,7 @@ namespace WinUI
updateStatus();
updateNetworks();
updatePeers();
DataObject.AddPastingHandler(joinNetworkID, OnPaste);