File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 718
718
Header =" Date modified"
719
719
IsReadOnly =" True"
720
720
Tag =" Date" >
721
+ <controls : DataGridTextColumn .CellStyle>
722
+ <Style TargetType =" controls:DataGridCell" >
723
+ <Setter Property =" Opacity" Value =" 0.6" />
724
+ </Style >
725
+ </controls : DataGridTextColumn .CellStyle>
721
726
<ToolTipService .ToolTip>
722
727
<ToolTip Content =" {Binding FolderTooltipText}" />
723
728
</ToolTipService .ToolTip>
732
737
Header =" Type"
733
738
IsReadOnly =" True"
734
739
Tag =" Type" >
740
+ <controls : DataGridTextColumn .CellStyle>
741
+ <Style TargetType =" controls:DataGridCell" >
742
+ <Setter Property =" Opacity" Value =" 0.6" />
743
+ </Style >
744
+ </controls : DataGridTextColumn .CellStyle>
735
745
<ToolTipService .ToolTip>
736
746
<ToolTip Content =" {Binding FolderTooltipText}" />
737
747
</ToolTipService .ToolTip>
747
757
Header =" Size"
748
758
IsReadOnly =" True"
749
759
Tag =" Size" >
760
+ <controls : DataGridTextColumn .CellStyle>
761
+ <Style TargetType =" controls:DataGridCell" >
762
+ <Setter Property =" Opacity" Value =" 0.6" />
763
+ </Style >
764
+ </controls : DataGridTextColumn .CellStyle>
750
765
<ToolTipService .ToolTip>
751
766
<ToolTip Content =" {Binding FolderTooltipText}" />
752
767
</ToolTipService .ToolTip>
Original file line number Diff line number Diff line change 716
716
Text =" {x:Bind ItemType}"
717
717
TextAlignment =" Left"
718
718
TextTrimming =" CharacterEllipsis"
719
- TextWrapping =" NoWrap" />
719
+ TextWrapping =" NoWrap"
720
+ Opacity =" 0.6" />
720
721
<TextBlock
721
722
HorizontalAlignment =" Left"
722
723
Text =" {x:Bind FileSize}"
723
724
TextAlignment =" Left"
724
725
TextTrimming =" CharacterEllipsis"
725
- TextWrapping =" NoWrap" />
726
+ TextWrapping =" NoWrap"
727
+ Opacity =" 0.6" />
726
728
</StackPanel >
727
729
</Grid >
728
730
</Grid >
You can’t perform that action at this time.
0 commit comments