File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/NexusMods.Themes.NexusFluentDark/Styles/Controls/TreeDataGrid Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Styles xmlns =" https://github.com/avaloniaui"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
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" >
5
6
6
7
<Style Selector =" TreeDataGridTemplateCell" >
7
8
<!-- <Setter Property="Background" Value="Blue" /> -->
8
9
9
10
<!-- loadout -> actions cell -->
10
11
<Style Selector =" ^.LoadoutColumns_EnabledState" >
11
- <Setter Property =" HorizontalAlignment" Value =" Left " />
12
+ <Setter Property =" HorizontalAlignment" Value =" Right " />
12
13
13
14
<Style Selector =" ^ StackPanel" >
14
15
<Setter Property =" Spacing" Value =" 8" />
17
18
<Style Selector =" ^ Border.LoadoutColumns_EnabledState_LockedEnabledState" >
18
19
<!-- <Setter Property="Background" Value="DarkSlateGray" /> -->
19
20
<Style Selector =" ^ controls|StandardButton" >
21
+ <!-- <Setter Property="Background" Value="DarkRed" /> -->
22
+ <Setter Property =" Padding" Value =" 4 0 2 0" />
20
23
<Style Selector =" ^ /template/ icons|UnifiedIcon#PART_RightIcon" >
21
24
<Setter Property =" Size" Value =" 24" />
22
25
</Style >
23
26
</Style >
27
+
24
28
</Style >
25
29
26
30
<Style Selector =" ^ Border.LoadoutColumns_EnabledState_ParentCollectionDisabled" >
You can’t perform that action at this time.
0 commit comments