[
https://issues.jboss.org/browse/JBIDE-21992?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-21992 at 3/30/16 3:34 AM:
-------------------------------------------------------------------
[~scabanovich] gotcha, yes, I agree that button widths are far better now. Could you
verify that all the other wizards that we have still look good?
A separator works for me, too as opposed to a group. I looked into the different "New
wizards" and they apparently use separators, too.
Weird enough I see your "Replicas" being centered vertically while mine is not
(you're on Ubuntu as far as I can see from your screenshots, while I'm on FC23.
But this isnt the cause here. "Replicas" is centered with the spinner as soon as
I change the GridData on the spinner:
{code}
.align(SWT.FILL, SWT.FILL)
{code}
to
{code}
.align(SWT.FILL, SWT.CENTER)
{code}
was (Author: adietish):
[~scabanovich] gotcha, yes, I agree that button widths are far better now. Could you
verify that all the other wizards that we have still look good?
A separator works for me, too as opposed to a group. I looked into the different "New
wizards" and they apparently use separators, too.
Weird enough I see your "Replicas" being centered vertically while mine is not
(you're on Ubuntu as far as I can see from your screenshots, while I'm on FC23. I
also see the button having the right griddata. Looks like another GTK3 issue? What is your
GTK3 version?
Deploy Docker Image wizard: "Deployment Configuration &
Scalability" page has minor UI issues
---------------------------------------------------------------------------------------------
Key: JBIDE-21992
URL:
https://issues.jboss.org/browse/JBIDE-21992
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Andre Dietisheim
Labels: deploy_docker_wizard
Fix For: 4.4.0.Alpha1
Attachments: deploy-config-scalability-page.png, DeploymentConfigLayout.png
The ""Deployment Configuration & Scalability" wizard page when
deploying a docker image has minor UI glitches that we should fix as you can see in the
following screenshot. We should also maybe use 3 groups to distinguish the 3 settings
cathegories in more obvious way.
!deploy-config-scalability-page.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)