Skip to content

Commit 1fdbe21

Browse files
authored
Merge pull request #3866 from Nexus-Mods/3861-kebab-menu-ui
Small tweaks for kebab menu in actions column
2 parents 457238a + c122973 commit 1fdbe21

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/NexusMods.Themes.NexusFluentDark/Styles/Controls/TreeDataGrid/TreeDataGridActionsColumnStyles.axaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Styles xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:icons="clr-namespace:NexusMods.UI.Sdk.Icons;assembly=NexusMods.UI.Sdk"
4-
xmlns:controls="clr-namespace:NexusMods.App.UI.Controls;assembly=NexusMods.App.UI">
4+
xmlns:controls="clr-namespace:NexusMods.App.UI.Controls;assembly=NexusMods.App.UI"
5+
xmlns:navigation="clr-namespace:NexusMods.App.UI.Controls.Navigation;assembly=NexusMods.App.UI">
56

67
<Style Selector="TreeDataGridTemplateCell">
78
<!-- <Setter Property="Background" Value="Blue" /> -->
89

910
<!-- loadout -> actions cell -->
1011
<Style Selector="^.LoadoutColumns_EnabledState">
11-
<Setter Property="HorizontalAlignment" Value="Left" />
12+
<Setter Property="HorizontalAlignment" Value="Right" />
1213

1314
<Style Selector="^ StackPanel">
1415
<Setter Property="Spacing" Value="8" />
@@ -17,10 +18,13 @@
1718
<Style Selector="^ Border.LoadoutColumns_EnabledState_LockedEnabledState">
1819
<!-- <Setter Property="Background" Value="DarkSlateGray" /> -->
1920
<Style Selector="^ controls|StandardButton">
21+
<!-- <Setter Property="Background" Value="DarkRed" /> -->
22+
<Setter Property="Padding" Value="4 0 2 0"/>
2023
<Style Selector="^ /template/ icons|UnifiedIcon#PART_RightIcon">
2124
<Setter Property="Size" Value="24" />
2225
</Style>
2326
</Style>
27+
2428
</Style>
2529

2630
<Style Selector="^ Border.LoadoutColumns_EnabledState_ParentCollectionDisabled">

0 commit comments

Comments
 (0)