Skip to content
Snippets Groups Projects
Commit e265922c authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Some styling tests for the MessageBox.

Refers to #2
parent 32e607ca
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,8 @@ namespace ATXTray
DefaultDirectory = _config.SourceDrive
};
if (dirDialog.ShowDialog() == CommonFileDialogResult.Ok) {
MessageBox.Show("Directory selected: " + dirDialog.FileName);
MessageBox.Show("Directory\nselected:\n\n" + dirDialog.FileName,
"New transfer confirmation", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment