Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimart92 committed Jan 30, 2025
1 parent 295a12e commit a293427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dock.Avalonia/Controls/ProportionalDockControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<Setter Property="Template">
<ControlTemplate>
<DockableControl TrackingMode="Visible">
<ItemsControl ItemsSource="{Binding VisibleDockables}"
<ItemsControl Name="ItemsControl" ItemsSource="{Binding VisibleDockables}"
x:DataType="dmc:IProportionalDock">
<ItemsControl.Styles>
<Style Selector="ItemsControl > ContentPresenter">
<Style Selector="#ItemsControl > ContentPresenter">
<Setter x:DataType="core:IDockable"
Property="(ProportionalStackPanel.Proportion)"
Value="{Binding Proportion}" />
Expand Down

0 comments on commit a293427

Please sign in to comment.