fix default channel widget creation space

pull/12/head
php 8 months ago
parent 53ebb39a3e
commit 9dfbf7ab3e

@ -506,9 +506,9 @@ namespace dvmconsole
channelsCanvas.Children.Add(channelBox);
offsetX += 225;
offsetX += 269;
if (offsetX + 220 > channelsCanvas.ActualWidth)
if (offsetX + 264 > channelsCanvas.ActualWidth)
{
offsetX = 20;
offsetY += 116;

Loading…
Cancel
Save

Powered by TurnKey Linux.