diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-15 08:29:50 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-15 08:29:50 -0400 |
| commit | c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20 (patch) | |
| tree | 791766c9fea12835ccabe1486138709460fb043f /ShiftOS/Icon Manager.vb | |
| parent | 55795509e5170045772f9b6ae9060a33e65758df (diff) | |
| download | shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.tar.gz shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.tar.bz2 shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.zip | |
Advanced App Launcher added
A very beta Advanced App Launcher has been added. It's in a functional
state, and I'm still working on it.
Diffstat (limited to 'ShiftOS/Icon Manager.vb')
| -rw-r--r-- | ShiftOS/Icon Manager.vb | 4 |
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 |
