adjust dialog for small and large screen dpi

allow for infinate number of bookmarks
This commit is contained in:
2010-02-03 17:27:05 +00:00
parent c0c5216d95
commit 7c5b2f7278
2 changed files with 85 additions and 50 deletions

View File

@@ -49,7 +49,7 @@ namespace Volian.Controls.Library
{
if (_MyBookMarks == null)
{
_MyBookMarks = MostRecentItemList.GetMRILst((System.Collections.Specialized.StringCollection)(Properties.Settings.Default["BookMarks"]));
_MyBookMarks = MostRecentItemList.GetMRILst((System.Collections.Specialized.StringCollection)(Properties.Settings.Default["BookMarks"]),0);
_MyBookMarks.AfterRemove += new ItemInfoEvent(_MyBookMarks_AfterRemove);
}
lbxBookMarks.SelectedValueChanged += new EventHandler(lbxBookMarks_SelectedValueChanged);