diff options
author | sr55 <[email protected]> | 2021-03-08 20:03:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2021-03-08 20:03:54 +0000 |
commit | 383ec399656d73130cc81cee3fd0a96ba50340f5 (patch) | |
tree | 64906b4aaa55ec18b9d23e4e770ffe753dc8fd48 /win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml | |
parent | c07495de1b61502ac14dd68b9851c2c5df291abb (diff) |
WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 dependant 3.2 version.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml index f977057ab..c052d97ac 100644 --- a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml +++ b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml @@ -9,7 +9,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:helpers="clr-namespace:HandBrakeWPF.Helpers" xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" - xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" + xmlns:i="http://schemas.microsoft.com/xaml/behaviors" xmlns:controls="clr-namespace:HandBrakeWPF.Controls" d:DesignHeight="500" d:DesignWidth="800" |