aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2010-01-03 15:02:36 -0200
committerLeandro Pereira <leandro@hardinfo.org>2010-01-03 15:02:36 -0200
commitc2712fe404298f7af8a65a336443ac8317ca930c (patch)
treea3964e66c39de0423bd7515f418591a766234b8f /hardinfo2
parente54089da2e59fb612192b6eae65380c7fb5bb2e4 (diff)
Make note info panel smaller.
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/shell.c2
1 files changed, 1 insertions, 1 deletions
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);