Skip to content

Commit 4fbbb62

Browse files
authored
Update ResourcesWithStorageUc.xaml
1 parent 4f8988a commit 4fbbb62

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<rxui:ReactiveUserControl
1+
<rxui:ReactiveUserControl
22
x:Class="WPFUI.Views.Uc.ResourcesWithStorageUc"
33
x:TypeArguments="vms:ResourcesWithStorageViewModel"
44
xmlns:rxui="http://reactiveui.net"
@@ -12,36 +12,36 @@
1212
<BitmapImage UriSource="pack://application:,,,/Resources/warehouse.png" />
1313
</Image.Source>
1414
</Image>
15-
<xctk:IntegerUpDown x:Name="Warehouse" Minimum="0" />
15+
<xctk:IntegerUpDown x:Name="Warehouse" ShowButtonSpinner="False" IsReadOnly="True" />
1616
<Image Margin="20,0,5,0">
1717
<Image.Source>
1818
<BitmapImage UriSource="pack://application:,,,/Resources/wood.png" />
1919
</Image.Source>
2020
</Image>
21-
<xctk:IntegerUpDown x:Name="Wood" Minimum="0" />
21+
<xctk:IntegerUpDown x:Name="Wood" ShowButtonSpinner="False" IsReadOnly="True" />
2222
<Image Margin="20,0,5,0">
2323
<Image.Source>
2424
<BitmapImage UriSource="pack://application:,,,/Resources/clay.png" />
2525
</Image.Source>
2626
</Image>
27-
<xctk:IntegerUpDown x:Name="Clay" Minimum="0" />
27+
<xctk:IntegerUpDown x:Name="Clay" ShowButtonSpinner="False" IsReadOnly="True" />
2828
<Image Margin="20,0,5,0">
2929
<Image.Source>
3030
<BitmapImage UriSource="pack://application:,,,/Resources/iron.png" />
3131
</Image.Source>
3232
</Image>
33-
<xctk:IntegerUpDown x:Name="Iron" Minimum="0" />
33+
<xctk:IntegerUpDown x:Name="Iron" ShowButtonSpinner="False" IsReadOnly="True" />
3434
<Image Margin="50,0,5,0">
3535
<Image.Source>
3636
<BitmapImage UriSource="pack://application:,,,/Resources/granary.png" />
3737
</Image.Source>
3838
</Image>
39-
<xctk:IntegerUpDown x:Name="Granary" Minimum="0" />
39+
<xctk:IntegerUpDown x:Name="Granary" ShowButtonSpinner="False" IsReadOnly="True" />
4040
<Image Margin="20,0,5,0">
4141
<Image.Source>
4242
<BitmapImage UriSource="pack://application:,,,/Resources/crop.png" />
4343
</Image.Source>
4444
</Image>
45-
<xctk:IntegerUpDown x:Name="Crop" Minimum="0" />
45+
<xctk:IntegerUpDown x:Name="Crop" ShowButtonSpinner="False" IsReadOnly="True" />
4646
</StackPanel>
47-
</rxui:ReactiveUserControl>
47+
</rxui:ReactiveUserControl>

0 commit comments

Comments
 (0)