adjust dialog for small and large screen dpi
allow for infinate number of bookmarks
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user