[Bug 876299] Re: gschem attribute editor has textentry with small height

2017-12-24 Thread Tim G
I am new to gEDA, and I see the same issue in gschem. In the Add Text dialog (Menu / Add / Text) the text entry field is 1 pixel tall. The Add Attribute dialog from the first post of this thread does not have the problem. I'm using Ubuntu 16.04 LTS, 64 bit $ gschem --version gEDA 1.8.2

[Bug 876299] Re: gschem attribute editor has textentry with small height

2017-12-24 Thread Tim G
Screen capture of Add Text dialog issue: https://i.imgur.com/4sbvy5z.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has textentry with small height To

[Bug 876299] Re: gschem attribute editor has textentry with small height

2013-08-10 Thread Ramiro Santiago Leguizamon
I have installed Ubuntu 12.04 and I have the same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has textentry with small height To manage

[Bug 876299] Re: gschem attribute editor has textentry with small height

2013-06-03 Thread Matt Rhys-Roberts
This is still a bug for me; using Ubuntu 12.04 LTS and gschem 1.6.2.20110115 . Can't see any fixes/upgrades in the standard repositories, or am I missing something? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 876299] Re: gschem attribute editor has textentry with small height

2013-06-03 Thread Felix Ruoff
This bug is fixed in the geda-gaf package 1.8.1, which is not in the standard ubuntu-repositories of Ubuntu 12.04 (as you said, the repository-version for Ubuntu 12.04 is 1.6.2). If you like to use a gschem version without this bug, please donload the latest version (stable) from

[Bug 876299] Re: gschem attribute editor has textentry with small height

2013-05-06 Thread Launchpad Bug Tracker
This bug was fixed in the package geda-gaf - 1:1.8.1-2 --- geda-gaf (1:1.8.1-2) unstable; urgency=low * Manually replace directory with symlink in geda.postinst (Closes: #694015) Thanks: gregor herrmann gre...@debian.org -- أحمد المحمودي (Ahmed El-Mahmoudy)

[Bug 876299] Re: gschem attribute editor has textentry with small height

2013-02-27 Thread Pamir Talazan
I have this same problem on Ubuntu 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has textentry with small height To manage notifications about this bug

[Bug 876299] Re: gschem attribute editor has textentry with small height

2012-11-20 Thread Ahmed El-Mahmoudy
Hello Peter, is this fixed in 1.8.0 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has textentry with small height To manage notifications about this bug go

[Bug 876299] Re: gschem attribute editor has textentry with small height

2012-11-20 Thread Peter TB Brett
Yes (or rather, 1.8.0 contains a work-around). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has textentry with small height To manage notifications about

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-12-24 Thread Peter TB Brett
** Changed in: geda Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has textentry with small height To manage notifications

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-12-12 Thread Peter Clifton
The changed flags aren't a bad idea, but I tried them already - and they don't fix the issue unfortunately. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-12-12 Thread Peter TB Brett
Bumping importance because this affects a lot of people. ** Changed in: geda Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-12-12 Thread Peter TB Brett
I've posted a question on StackOverflow to solicit suggestions. ;-) http://stackoverflow.com/questions/8482505/automatically-sizing-a -gtktextview-in-a-gtkscrolledwindow -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-12-12 Thread gpleda.org commit robot
A commit was made which affects this bug git master commit 42182f0ae6b16171329f00f32ff1857d38c1c33e http://git.gpleda.org/?p=gaf.git;a=commit;h=42182f0ae6b16171329f00f32ff1857d38c1c33e commit 42182f0ae6b16171329f00f32ff1857d38c1c33e Author: Peter TB Brett pe...@peter-b.co.uk Commit: Peter TB

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-12-11 Thread Peter TB Brett
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

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-12-09 Thread Peter TB Brett
** Tags added: gschem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876299 Title: gschem attribute editor has textentry with small height To manage notifications about this bug go to:

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-10-17 Thread Peter Clifton
Ok, I'm not sure if this is our bug or not, but it appears to be a bad interaction between the GtkTextView widget we use packed inside a GtkScrollWindow widget, with Ubuntu's expanded overlay scrollbar feature. It seems like we don't get a minimum height allocation when the overlay scrollbar is

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-10-17 Thread Peter Clifton
I'm hesitant to add a fixed minimum-size request in pixels to our code, as that doesn't scale well with different fonts and screen DPIs. At the very least, we ought to be scaling this based upon the line- height of the font used to render the text, but I'm not immediately sure how to grab that in

[Bug 876299] Re: gschem attribute editor has textentry with small height

2011-10-17 Thread Peter Clifton
Ok - so we weren't asking for any extra allocated vertical space, nor asking to expand into that which is allocated - presumably because we never allocate any extra size to that part of the dialog, and because the old GtkScrolledWindow implementation always requested enough size to fit the