File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Files/UserControls/Widgets Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 29
29
ItemsSource =" {x:Bind local:DrivesWidget.ItemsAdded}" >
30
30
<muxc : ItemsRepeater .Layout>
31
31
<muxc : UniformGridLayout
32
- ItemsStretch =" Fill "
32
+ ItemsStretch =" None "
33
33
MaximumRowsOrColumns =" 4"
34
34
MinColumnSpacing =" 8"
35
35
MinItemHeight =" 90"
36
- MinItemWidth =" 160"
37
36
MinRowSpacing =" 8"
38
37
Orientation =" Horizontal" />
39
38
</muxc : ItemsRepeater .Layout>
40
39
<muxc : ItemsRepeater .ItemTemplate>
41
40
<DataTemplate x : DataType =" local2:DriveItem" >
42
41
<Grid
42
+ Width =" 270"
43
43
extensions:VisualExtensions.CenterPoint=" 80,45,0"
44
44
PointerEntered =" GridScaleUp"
45
45
PointerExited =" GridScaleNormal" >
138
138
Text =" {x:Bind Text, Mode=OneWay}"
139
139
TextWrapping =" NoWrap" />
140
140
<muxc : ProgressBar Maximum =" {x:Bind MaxSpace.GigaBytes, Mode=OneWay}" Value =" {x:Bind SpaceUsed.GigaBytes, Mode=OneWay}" />
141
- <TextBlock Text =" {x:Bind SpaceText, Mode=OneWay}" ToolTipService.ToolTip=" {x:Bind SpaceText, Mode=OneWay}" />
141
+ <TextBlock
142
+ Text =" {x:Bind SpaceText, Mode=OneWay}"
143
+ TextWrapping =" Wrap"
144
+ ToolTipService.ToolTip=" {x:Bind SpaceText, Mode=OneWay}" />
142
145
</StackPanel >
143
146
</Grid >
144
147
</Button >
You can’t perform that action at this time.
0 commit comments