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 (g87540
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 manag
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 notification
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 http://wiki.ged
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.
https://bugs.launchpad
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
-- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 20
Jan 2013 22:49:12 +0200
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 g
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 this
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 t
** 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 a
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
Commit: Peter TB Brett
gschem: Work
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.
https://bugs.lau
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 te
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 te
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(Multi
** 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:
https://bugs.
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 vertical
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
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
19 matches
Mail list logo