mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
No more custom button
This commit is contained in:
parent
d9d3681e92
commit
4a44f4fa78
3 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Greenshot - a free and open source screenshot tool
|
||||
* Copyright (C) 2007-2021 Thomas Braun, Jens Klingen, Robin Krom
|
||||
*
|
||||
|
@ -450,7 +450,7 @@ namespace Greenshot.Editor.Forms {
|
|||
//
|
||||
this.btnEmoji.CheckOnClick = true;
|
||||
this.btnEmoji.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnEmoji.Image = ((System.Drawing.Image)(resources.GetObject("btnEmoji.Image")));
|
||||
this.btnEmoji.Image = EmojiRenderer.GetBitmap("🙂", 32);
|
||||
this.btnEmoji.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnEmoji.Text = "Emoji (M)";
|
||||
this.btnEmoji.Name = "btnEmoji";
|
||||
|
|
|
@ -1107,7 +1107,4 @@
|
|||
<metadata name="zoomMenuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>782, 17</value>
|
||||
</metadata>
|
||||
<data name="btnEmoji.Image" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\btnEmoji.Image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue