aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/Icon Manager.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS/Icon Manager.vb')
-rw-r--r--ShiftOS/Icon Manager.vb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS/Icon Manager.vb b/ShiftOS/Icon Manager.vb
index b1c1df7..82e81a3 100644
--- a/ShiftOS/Icon Manager.vb
+++ b/ShiftOS/Icon Manager.vb
@@ -733,10 +733,10 @@
icontochange.BackgroundImage = GetImage(openedfilelocation)
If over64 = True Then
- icontochange.backgroundimagelayout = BackgroundImageLayout.Stretch
+ icontochange.backgroundimagelayout = ImageLayout.Stretch
over64 = False
Else
- icontochange.backgroundimagelayout = BackgroundImageLayout.Center
+ icontochange.backgroundimagelayout = ImageLayout.Center
End If
End Sub