[jbosstools-issues] [JBoss JIRA] (JBIDE-17743) SSH Keys wizard: columns are incorrectly aligned

Andre Dietisheim (JIRA) issues at jboss.org
Thu Sep 4 04:16:59 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998702#comment-12998702 ] 

Andre Dietisheim edited comment on JBIDE-17743 at 9/4/14 4:16 AM:
------------------------------------------------------------------

So with the update it looks like we have a different alignement in GTK2 and GTK3:

I'm running FC20/Luna and I'm thus running GTK2. In my machine all columns are left aligned:

!https://issues.jboss.org/secure/attachment/12383454/ssh-keys.png!

In code I also see me using left alignements for all 3 columns:
{code:title=ManageSSHKeysWizardPage#createTable}
...
.name("Name").align(SWT.LEFT).weight(2).minWidth(200).buildColumn()
...
.name("Type").align(SWT.LEFT).weight(1).minWidth(50).buildColumn()
...
.name("Content").align(SWT.LEFT).weight(4).minWidth(100).buildColumn()
{code}


was (Author: adietish):
So with the update it looks like we have a different alignement in GTK2 and GTK3:

I'm running FC20/Luna and I'm thus running GTK2. In my machine all columns are left aligned:

!https://issues.jboss.org/secure/attachment/12383454/ssh_alignement.png!

In code I also see me using left alignements for all 3 columns:
{code:title=ManageSSHKeysWizardPage#createTable}
...
.name("Name").align(SWT.LEFT).weight(2).minWidth(200).buildColumn()
...
.name("Type").align(SWT.LEFT).weight(1).minWidth(50).buildColumn()
...
.name("Content").align(SWT.LEFT).weight(4).minWidth(100).buildColumn()
{code}

> SSH Keys wizard: columns are incorrectly aligned
> ------------------------------------------------
>
>                 Key: JBIDE-17743
>                 URL: https://issues.jboss.org/browse/JBIDE-17743
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.2.0.Beta3
>            Reporter: Marián Labuda
>            Assignee: Andre Dietisheim
>            Priority: Minor
>             Fix For: 4.2.0.CR1
>
>         Attachments: problems-view.png, properties-view.png, ssh-keys.png, ssh_alignement.png
>
>
> Specific SSH keys data in the table containing SSH keys in Manage SSH Keys are aligned to the right. It should be aligned to the left or the best to the center. See Type or Content columns.
> !ssh_alignement.png!



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the jbosstools-issues mailing list