Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Fedora 22 table bug

It turns out that, at least in the case of the connection preferences, we need to review how we set the size of the columns.

I just created a ticket (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=475606) and a branch (see jordan/bug475606-gtk3-empty-viewers). This includes a fix for the connection table. Essentially, I manually computed the width of each column headers using a GC (graphics context) for the underlying SWT Table and set that as the column width. I have validated that it works for both Windows and on my Fedora 22 box (which is using a GTK3 theme, Breeze).

Jordan
Jordan Deyton
Oak Ridge National Laboratory
Telephone: (865) 574-1091
Email: deytonjh@xxxxxxxx
On 8/21/2015 11:14 AM, Jay Jay Billings wrote:
Everyone,

Here's the code that draws the table in the Java Code Style preferences page. It should help us figure out why our tables are messing up in Fedora 22 and with GTK3.

http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/tree/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java

Jay

--
Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings


_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev


Back to the top