[tasque/transition: 137/213] For I18n reasons: remove size restrictions in AboutDialog.



commit bcfb9b3cb89f586509e08faa2393914e2e342a05
Author: Antonius Riha <antoniusriha gmail com>
Date:   Fri Aug 17 22:28:45 2012 +0200

    For I18n reasons: remove size restrictions in AboutDialog.

 src/Tasque.Gtk/GtkTray.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Tasque.Gtk/GtkTray.cs b/src/Tasque.Gtk/GtkTray.cs
index 5906e9f..37b75ca 100644
--- a/src/Tasque.Gtk/GtkTray.cs
+++ b/src/Tasque.Gtk/GtkTray.cs
@@ -151,7 +151,6 @@ namespace Tasque
 			about.Authors = authors;
 			about.TranslatorCredits = translators;
 			about.IconName = "tasque";
-			about.SetSizeRequest(300, 300);
 			about.Run ();
 			about.Destroy ();
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]