aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-06-30 14:00:39 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-06-30 14:00:39 -0300
commit4ed24c0d98d360e95c285f0ebdf3129666790a15 (patch)
tree000a5e35a43348c7ca031859a84bb4874a855ac8 /hardinfo2/shell.c
parent17d0f061f680c9a22778b43faf5876c6e94ba325 (diff)
Make default window larger
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index e031f5a6..8e09bc19 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -355,7 +355,7 @@ static void create_window(void)
gtk_window_set_icon(GTK_WINDOW(shell->window),
icon_cache_get_pixbuf("logo.png"));
gtk_window_set_title(GTK_WINDOW(shell->window), "System Information");
- gtk_widget_set_size_request(shell->window, 600, 400);
+ gtk_widget_set_size_request(shell->window, 700, 480);
g_signal_connect(G_OBJECT(shell->window), "destroy", destroy_me, NULL);
vbox = gtk_vbox_new(FALSE, 0);