[Xfce4-commits] <xfce4-weather-plugin:master> Summary details: Remove border from text view.

Harald Judt noreply at xfce.org
Wed Nov 28 22:12:03 CET 2012


Updating branch refs/heads/master
         to f317589020e4b065909757c7614020d1024066f5 (commit)
       from bc65a6b00f521ba48de4c441b03c8993bb3208cc (commit)

commit f317589020e4b065909757c7614020d1024066f5
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Nov 28 21:53:07 2012 +0100

    Summary details: Remove border from text view.
    
    This caused parts of the icon to be hidden.

 panel-plugin/weather-summary.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index 8191c7a..892a588 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -300,7 +300,6 @@ create_summary_tab(xfceweather_data *data)
     sum->text_view = view = gtk_text_view_new();
     gtk_text_view_set_editable(GTK_TEXT_VIEW(view), FALSE);
     gtk_text_view_set_cursor_visible(GTK_TEXT_VIEW(view), FALSE);
-    gtk_container_set_border_width(GTK_CONTAINER(view), BORDER);
     frame = gtk_frame_new(NULL);
     scrolled = gtk_scrolled_window_new(NULL, NULL);
 


More information about the Xfce4-commits mailing list