Added a new feature: Zoomer opacity, make the zoomer transparent, currently only available via the greenshot.ini

This commit is contained in:
RKrom 2014-02-07 17:24:50 +01:00
parent fa79ebb727
commit 829a35cd37
2 changed files with 27 additions and 7 deletions

View file

@ -227,6 +227,8 @@ namespace GreenshotPlugin.Core {
[IniProperty("ZoomerEnabled", Description = "Sets if the zoomer is enabled", DefaultValue = "True")]
public bool ZoomerEnabled;
[IniProperty("ZoomerOpacity", Description = "Specify the transparency for the zoomer, from 0-1 (where 1 is no transparency and 0 is complete transparent. An usefull setting would be 0.7)", DefaultValue = "1")]
public float ZoomerOpacity;
[IniProperty("MaxMenuItemLength", Description = "Maximum length of submenu items in the context menu, making this longer might cause context menu issues on dual screen systems.", DefaultValue = "25")]
public int MaxMenuItemLength;