[ImageResizer]Fix combo boxes bindings to hide height for percent(#31332)

* [ImageResizer] Fix combo boxes bindings

* Fix exception
This commit is contained in:
Stefan Markovic
2024-02-08 15:06:27 +01:00
committed by GitHub
parent d0793b3b7e
commit 04f5147cde
4 changed files with 31 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
<v:AutoDoubleConverter x:Key="AutoDoubleConverter" />
<v:BoolValueConverter x:Key="BoolValueConverter" />
<v:VisibilityBoolConverter x:Key="VisibilityBoolConverter" />
<v:EnumToIntConverter x:Key="EnumToIntConverter" />
</ResourceDictionary>
</Application.Resources>
</Application>