added refresh button.

This commit is contained in:
morkt
2014-08-01 16:37:16 +04:00
parent e880cac7c3
commit 5d8962138b
2 changed files with 12 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ namespace GARbro.GUI
if (e.WidthChanged)
{
pathLine.MinWidth = e.NewSize.Width-79;
this.MinWidth = e.NewSize.Width+65;
this.MinWidth = e.NewSize.Width+79;
}
};
pathLine.EnterKeyDown += acb_OnKeyDown;
@@ -148,6 +148,7 @@ namespace GARbro.GUI
const int MaxRecentFiles = 10;
LinkedList<string> m_recent_files;
// Item1 = file name, Item2 = menu item string
public IEnumerable<Tuple<string,string>> RecentFiles
{
get