mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
BUG-1687: For now I disabled the shadow icon, there hasn't been anything implemented for the shadow. Need to consider if there is an easy way to create this.
This commit is contained in:
parent
b166b4e68a
commit
a289a256fc
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace Greenshot.Drawing {
|
|||
protected override void InitializeFields() {
|
||||
AddField(GetType(), FieldType.LINE_THICKNESS, 2);
|
||||
AddField(GetType(), FieldType.LINE_COLOR, Color.Blue);
|
||||
AddField(GetType(), FieldType.SHADOW, false);
|
||||
//AddField(GetType(), FieldType.SHADOW, false);
|
||||
AddField(GetType(), FieldType.FONT_ITALIC, false);
|
||||
AddField(GetType(), FieldType.FONT_BOLD, true);
|
||||
AddField(GetType(), FieldType.FILL_COLOR, Color.White);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue