[gnome-packagekit] Better default size for the Log Viewer
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Better default size for the Log Viewer
- Date: Tue, 16 Aug 2011 08:31:58 +0000 (UTC)
commit b9dbc63233a8c4843a8b98774d8ae8d65dea291d
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Tue Mar 29 23:29:41 2011 -0400
Better default size for the Log Viewer
Signed-off-by: Richard Hughes <richard hughsie com>
src/gpk-log.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-log.c b/src/gpk-log.c
index d7d1556..6033da0 100644
--- a/src/gpk-log.c
+++ b/src/gpk-log.c
@@ -717,8 +717,8 @@ gpk_log_startup_cb (GtkApplication *application, gpointer user_data)
gtk_window_set_icon_name (window, GPK_ICON_SOFTWARE_LOG);
gtk_window_set_application (window, application);
- /* set a size, if the screen allows */
- gpk_window_set_size_request (window, 900, 300);
+ /* set a size, as the screen allows */
+ gpk_window_set_size_request (window, 1200, 1200);
/* Get the main window quit */
g_signal_connect (window, "delete-event",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]