mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
This change should make the UI Icon Size setting dynamic, clearing all cached icons when the size changes (in the settings UI) so if they have a dynamic size the best is selected.
This commit is contained in:
parent
c50e5fa5ab
commit
61c2921b2a
16 changed files with 140 additions and 123 deletions
1
Greenshot/Forms/MainForm.Designer.cs
generated
1
Greenshot/Forms/MainForm.Designer.cs
generated
|
@ -105,7 +105,6 @@ namespace Greenshot {
|
|||
this.contextMenu.Name = "contextMenu";
|
||||
this.contextMenu.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.ContextMenuClosing);
|
||||
this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuOpening);
|
||||
this.contextMenu.ImageScalingSize = coreConfiguration.IconSize;
|
||||
this.contextMenu.Renderer = new Greenshot.Controls.ContextMenuToolStripProfessionalRenderer();
|
||||
//
|
||||
// contextmenu_capturearea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue