Mail Archives: geda-help/2011/12/12/14:03:54
--=-+aqLynnrbGGdaPxEMKhz
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
On Fri, 2011-12-09 at 10:07 -0800, Colin D Bennett wrote:
> On Thu, 8 Dec 2011 21:54:26 -0600
> heathmatlock <heathmatlock AT gmail DOT com> wrote:
>=20
> > Video which shows you:
> > http://www.youtube.com/watch?v=3DBgcj3zaEsoo
> >
(Without watching the video yet), I think I know what the problem is
here.. it is an issue with the widget sizes being demanded in the
presence of Ubuntu's overlay scrollbar feature.
To workaround it, you can start gschem with:
LIBOVERLAY_SCROLLBAR=3D0 gschem
Or if you wanted to patch the code with a quick bandaid:
diff --git a/gschem/src/x_multiattrib.c b/gschem/src/x_multiattrib.c
index e00cde9..28134c0 100644
--- a/gschem/src/x_multiattrib.c
+++ b/gschem/src/x_multiattrib.c
@@ -2004,6 +2004,7 @@ static void multiattrib_init(Multiattrib *multiattrib=
)
GTK_SHADOW_IN,
NULL));
textview =3D GTK_WIDGET (g_object_new (GTK_TYPE_TEXT_VIEW,
+ "height-request", 100,
NULL));
g_signal_connect (textview,
"key_press_event",
(For a proper fix, this height in needs be be less hard-coded, or at
least based on the size of text-size chosen by the user in their desktop
config.)
--=-+aqLynnrbGGdaPxEMKhz
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJO5ktbAAoJEOo4D/b1x+QVQjIIAKDHN9TTqyyeMh0IeI/Pz1RK
7YitXVBLUnEUxJrATHg/5bYE353K8aHWkxmchNUWlDB5GDH3oG1HEwDXk7HyY2HQ
P5fya2ScvrV1Ha1QWQus0uWqRng51cJ546+bl+7ytxsC2JD5Ec3IsKOyjJFveccf
qK0J4Tr3fME6je2g82AnYI8dkVtRKk9UGQgEJf1X8SxP+5/Cw6gTXAzshSmPBehp
oOqCKnlzck4ATt9OcY8FtX+CnKVDabhw8yru6YB1LfUFCN51VFN3nhOWyHEL2BiM
2ly5+14HeNuxIQwdhd8URkMmmzWcROzJ+TaCDCIoTwf3WNacZK4u+WTq4EqEuE4=
=9wKZ
-----END PGP SIGNATURE-----
--=-+aqLynnrbGGdaPxEMKhz--
- Raw text -