[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-bug: [Bug 876299] Re: gschem attribute editor has textentry with small height
I guess changing the flags passed to gtk_table_attach() doesn't help at
all?
diff --git a/gschem/src/x_multiattrib.c b/gschem/src/x_multiattrib.c
index ee2a5f9..cd95338 100644
--- a/gschem/src/x_multiattrib.c
+++ b/gschem/src/x_multiattrib.c
@@ -2027,7 +2027,7 @@ static void multiattrib_init(Multiattrib *multiattrib)
gtk_table_attach (GTK_TABLE (table), label,
0, 1, 1, 2, 0, 0, 0, 0);
gtk_table_attach (GTK_TABLE (table), scrolled_win,
- 1, 2, 1, 2, GTK_EXPAND | GTK_FILL, 0, 6, 3);
+ 1, 2, 1, 2, GTK_EXPAND | GTK_FILL, GTK_FILL, 6, 3);
/* - the visible status */
button = GTK_WIDGET (g_object_new (GTK_TYPE_CHECK_BUTTON,
--
You received this bug notification because you are a member of gEDA Bug
Team, which is subscribed to gEDA.
https://bugs.launchpad.net/bugs/876299
Title:
gschem attribute editor has textentry with small height
Status in GPL Electronic Design Automation tools:
Confirmed
Status in âgeda-gafâ package in Ubuntu:
Confirmed
Bug description:
The attribute editor dialog in gschem 1.6.2.20110115 on Ubuntu 11.10
shows up with its textentry for adding a name=value attribute having
too small height. It appears to be only 1 pixel. With some fiddling,
it is possible to enter text (but not see it, of course). This
problem does not occur on Ubuntu 11.04 with the same revision of
gschem so I guess that some behaviour has changed in gtk+.
To manage notifications about this bug go to:
https://bugs.launchpad.net/geda/+bug/876299/+subscriptions
_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug