diff options
author | emkael <emkael@tlen.pl> | 2017-11-18 23:51:41 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-11-18 23:51:41 +0100 |
commit | 329a7c3bf58168cd127b99fd5c13f6c600c66d31 (patch) | |
tree | dd59a503d11db0ef325887fe98fcb0cb56412872 /Aktywator | |
parent | 2a566a80ca3cec4914965696ab29c2f12bac899c (diff) |
Full BWS name displayed in tooltip, independent from its shortening as in #23.
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/MainForm.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 68f9408..d510f42 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -68,6 +68,7 @@ namespace Aktywator bws.convert(); labelFilename.Text = filename; + labelFilename.ToolTipText = filename; this.shortenFilenameLabel(); this.fillSectionSelector(bws.getSections()); |