mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Fixed problems in the designer with the last changes, also added some future code which is disabled. And uncommented the "Greenshot-filetype" registration in the installer.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2375 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
3115c927b7
commit
e11450f56f
7 changed files with 161 additions and 17 deletions
|
@ -32,12 +32,13 @@ using Greenshot.Helpers;
|
|||
using Greenshot.Configuration;
|
||||
using GreenshotPlugin.Core;
|
||||
using Greenshot.IniFile;
|
||||
using GreenshotPlugin.Controls;
|
||||
|
||||
namespace Greenshot {
|
||||
/// <summary>
|
||||
/// The about form
|
||||
/// </summary>
|
||||
public partial class AboutForm : BaseForm {
|
||||
public partial class AboutForm : AnimatingBaseForm {
|
||||
private static log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(AboutForm));
|
||||
private Bitmap gBitmap = new Bitmap(90, 90, PixelFormat.Format32bppRgb);
|
||||
private ColorAnimator backgroundAnimation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue