Free space widgets

Fixed: Free space widgets take up less space on smaller screens
This commit is contained in:
Mark McDowall 2012-12-23 23:16:43 -08:00
commit ae0648b8f4
5 changed files with 59 additions and 7 deletions

View file

@ -275,5 +275,10 @@ namespace NzbDrone.Common
return false;
}
public virtual string GetPathRoot(string path)
{
return Path.GetPathRoot(path);
}
}
}