From c2712fe404298f7af8a65a336443ac8317ca930c Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 3 Jan 2010 15:02:36 -0200 Subject: Make note info panel smaller. --- hardinfo2/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/shell.c') diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index e0b5da38..d7d4476f 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -388,7 +388,7 @@ static ShellNote *note_new(void) gtk_box_pack_start(GTK_BOX(hbox), note->label, FALSE, FALSE, 0); gtk_box_pack_end(GTK_BOX(hbox), button, FALSE, FALSE, 0); - gtk_container_set_border_width(GTK_CONTAINER(hbox), 5); + gtk_container_set_border_width(GTK_CONTAINER(hbox), 2); gtk_container_add(GTK_CONTAINER(border_box), hbox); gtk_widget_show_all(hbox); -- cgit v1.2.3