Added SettingsDialog

This commit is contained in:
Michael Bucari-Tovo 2022-07-18 22:59:36 -06:00
parent 10359aa5e8
commit 0c98ce000b
11 changed files with 655 additions and 260 deletions

View file

@ -1,5 +1,9 @@
<ComboBox xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="LibationWinForms.AvaloniaUI.Controls.WheelComboBox">
<ComboBox.Styles>
<Style Selector="ItemsPresenter#PART_ItemsPresenter">
<Setter Property="Height" Value="NaN"/>
</Style>
</ComboBox.Styles>
</ComboBox>