@@ -216,6 +216,8 @@ static class Demo {
{
var d = new OpenDialog ("Open", "Open a file");
Application.Run (d);
+
+ MessageBox.Query (50, 7, "Selected File", string.Join (", ", d.FilePaths), "ok");
}
public static void ShowHex (Toplevel top)
@@ -309,7 +309,7 @@ namespace Terminal.Gui {
dirListView = new DirListView () {
X = 1,
Y = 3 + msgLines + 2,
- Width = Dim.Fill (),
+ Width = Dim.Fill () - 2,
Height = Dim.Fill () - 2,
};
DirectoryPath = Path.GetFullPath (Environment.CurrentDirectory);