[hackers] [surf] changing minimal size. || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Mon, 7 Sep 2009 11:20:18 +0000 (UTC)

changeset: 69:2d21a329c976
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Mon Sep 07 13:21:49 2009 +0200
files: surf.c
description:
changing minimal size.

diff -r a86e9aa227dc -r 2d21a329c976 surf.c
--- a/surf.c Mon Sep 07 11:47:27 2009 +0200
+++ b/surf.c Mon Sep 07 13:21:49 2009 +0200
@@ -415,7 +415,7 @@
 
         /* indicator */
         c->indicator = gtk_drawing_area_new();
- gtk_widget_set_size_request(c->indicator, 800, 2);
+ gtk_widget_set_size_request(c->indicator, 0, 2);
         g_signal_connect (G_OBJECT (c->indicator), "expose_event",
                         G_CALLBACK (exposeindicator), c);
 
Received on Mon Sep 07 2009 - 11:20:18 UTC

This archive was generated by hypermail 2.2.0 : Mon Sep 07 2009 - 11:24:05 UTC