mirror of
https://github.com/greenshot/greenshot
synced 2025-07-12 16:13:53 -07:00
Added a new feature: Zoomer opacity, make the zoomer transparent, currently only available via the greenshot.ini
This commit is contained in:
parent
fa79ebb727
commit
829a35cd37
2 changed files with 27 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue