Added SettingsDialog
This commit is contained in:
parent
10359aa5e8
commit
0c98ce000b
11 changed files with 655 additions and 260 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue