angelsix / fasetto-word

The new chat application for Fasetto, completely open-source :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinWidth and MinHeight does't work.

1stian opened this issue · comments

I've got no clue at this moment.. It worked fine when I first started.. But suddenly it doesn't anymore. I can resize it down to a dot....

MinWidth="{Binding WindowMinimumWidht}" MinHeight="{Binding WindowMinimumHeight}"

public double WindowMinimumWidht { get; set; } = 400; public double WindowMinimumHeight { get; set; } = 400;

This is still there.. But on mWindow.StateChanged += (sender, e) => Should this fire when I resize the window? At least it doesn't at the moment.

Hmm never mind, fixed this by looking at your WindowResizer.cs something was missing apperantly..