X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Message-ID: <1323715419.21625.17.camel@localhost> Subject: Re: [geda-help] The attribute value dialog is hidden From: Peter Clifton To: geda-help AT delorie DOT com Date: Mon, 12 Dec 2011 18:43:39 +0000 In-Reply-To: <20111209100756.42c442a8@svelte> References: <20111209100756 DOT 42c442a8 AT svelte> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-+aqLynnrbGGdaPxEMKhz" X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --=-+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 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--