File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/FluentAvalonia/Styling/ControlThemes/BasicControls Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 4141 <Setter Property =" HorizontalAlignment" Value =" Right" />
4242 </Style >
4343
44+ <Style Selector =" ^:topcenter /template/ ReversibleStackPanel#PART_Items" >
45+ <Setter Property =" VerticalAlignment" Value =" Top" />
46+ <Setter Property =" HorizontalAlignment" Value =" Center" />
47+ </Style >
48+
4449 <Style Selector =" ^:bottomleft /template/ ReversibleStackPanel#PART_Items" >
4550 <Setter Property =" ReverseOrder" Value =" True" />
4651 <Setter Property =" VerticalAlignment" Value =" Bottom" />
5257 <Setter Property =" VerticalAlignment" Value =" Bottom" />
5358 <Setter Property =" HorizontalAlignment" Value =" Right" />
5459 </Style >
60+
61+ <Style Selector =" ^:bottomcenter /template/ ReversibleStackPanel#PART_Items" >
62+ <Setter Property =" ReverseOrder" Value =" True" />
63+ <Setter Property =" VerticalAlignment" Value =" Bottom" />
64+ <Setter Property =" HorizontalAlignment" Value =" Center" />
65+ </Style >
5566 </ControlTheme >
5667</ResourceDictionary >
You can’t perform that action at this time.
0 commit comments