diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-01 20:24:20 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-01 20:24:20 -0200 |
commit | f6109b6006ec2a6bb1d854bf555b143c9e2380ef (patch) | |
tree | cc42ac934233241a56baf9f9f4d42726524d1471 /hardinfo2/shell.h | |
parent | 955f1d200c2a15bce4046f75f5d356a1f5f0ce39 (diff) |
Change the Note frame to a different, more familiar, yellow color.
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index f5ee3137..736e41cd 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -121,7 +121,7 @@ struct _ShellInfoTree { }; struct _ShellNote { - GtkWidget *frame; + GtkWidget *event_box; GtkWidget *label; }; |