[gthumb] do not use a shadow for the statusbar frames
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] do not use a shadow for the statusbar frames
- Date: Sat, 3 Nov 2012 11:42:06 +0000 (UTC)
commit efa72ef92301cced06a5a8ad3f56fce4b5947faf
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Nov 3 12:41:20 2012 +0100
do not use a shadow for the statusbar frames
gthumb/gth-statusbar.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-statusbar.c b/gthumb/gth-statusbar.c
index db40064..6c97348 100644
--- a/gthumb/gth-statusbar.c
+++ b/gthumb/gth-statusbar.c
@@ -107,7 +107,7 @@ gth_statusbar_init (GthStatusbar *statusbar)
statusbar->priv->secondary_text_frame = gtk_frame_new (NULL);
gtk_widget_show (statusbar->priv->secondary_text_frame);
- gtk_frame_set_shadow_type (GTK_FRAME (statusbar->priv->secondary_text_frame), GTK_SHADOW_IN);
+ gtk_frame_set_shadow_type (GTK_FRAME (statusbar->priv->secondary_text_frame), GTK_SHADOW_NONE);
gtk_container_add (GTK_CONTAINER (statusbar->priv->secondary_text_frame), statusbar->priv->secondary_text);
gtk_box_pack_start (GTK_BOX (statusbar), statusbar->priv->secondary_text_frame, FALSE, FALSE, 0);
@@ -119,7 +119,7 @@ gth_statusbar_init (GthStatusbar *statusbar)
statusbar->priv->primary_text_frame = gtk_frame_new (NULL);
gtk_widget_show (statusbar->priv->primary_text_frame);
- gtk_frame_set_shadow_type (GTK_FRAME (statusbar->priv->primary_text_frame), GTK_SHADOW_IN);
+ gtk_frame_set_shadow_type (GTK_FRAME (statusbar->priv->primary_text_frame), GTK_SHADOW_NONE);
gtk_container_add (GTK_CONTAINER (statusbar->priv->primary_text_frame), statusbar->priv->primary_text);
gtk_box_pack_start (GTK_BOX (statusbar), statusbar->priv->primary_text_frame, FALSE, FALSE, 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]