mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
FEATURE-758: This commit enhances the already made changes to also fix the size of the icons in the destination picker and the context menu. On top of that, if a large icon size is selected we try to get a larger (more defined) icon from the application unfortunately that doesn't improve the build in icons.
This commit is contained in:
parent
1da7d028a0
commit
9df25bdd76
13 changed files with 129 additions and 27 deletions
5
Greenshot/Forms/MainForm.Designer.cs
generated
5
Greenshot/Forms/MainForm.Designer.cs
generated
|
@ -103,9 +103,10 @@ namespace Greenshot {
|
|||
this.toolStripCloseSeparator,
|
||||
this.contextmenu_exit});
|
||||
this.contextMenu.Name = "contextMenu";
|
||||
this.contextMenu.Size = new System.Drawing.Size(171, 392);
|
||||
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
|
||||
//
|
||||
|
@ -204,7 +205,7 @@ namespace Greenshot {
|
|||
// contextmenu_quicksettings
|
||||
//
|
||||
this.contextmenu_quicksettings.Name = "contextmenu_quicksettings";
|
||||
this.contextmenu_quicksettings.Size = new System.Drawing.Size(170, 22);
|
||||
this.contextmenu_quicksettings.Size = new System.Drawing.Size(170, coreConfiguration.IconSize.Height + 8);
|
||||
//
|
||||
// contextmenu_settings
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue