Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SLE15-SP3] Place file selection buttons at the bottom #18

Merged
merged 3 commits into from Sep 6, 2022

Conversation

srinidhibs
Copy link
Contributor

@srinidhibs srinidhibs commented Apr 10, 2020

This should allow input text boxes and file selection buttons to be
aligned.

Screenshots before change:

For Gateway Certificate
Before Screenshot of Gateway Certificate

For Client Certificate
Before Screenshot of Clent Certificate

Screenshots after the change:

For Gateway Certificate
After Screenshot of Gateway Certificate

For Client Certificate
After Screenshot of Client Certificate

Fixes bsc#1085625

@lslezak lslezak marked this pull request as draft April 15, 2020 07:36
@lslezak lslezak changed the title Place file selection buttons at the bottom [SLE15-SP3] Place file selection buttons at the bottom Apr 15, 2020
@@ -192,10 +192,10 @@ def mk_gw_cert_frame
Frame(_("Gateway certificate"), VBox(
Left(MinWidth(40, HBox(
InputField(Id(:gw_cert), _("Path to certificate file"), ""),
PushButton(Id(:select_gw_cert), _("Pick.."))))),
Bottom(PushButton(Id(:select_gw_cert), _("Pick..")))))),
Copy link
Member

@lslezak lslezak Apr 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW I'd replace the "Pick" label with Label.Select code - this would be more consistent with the other dialogs and it would save some translators work...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @lslezak for the suggestion! I had focused on resolving what was reported in the bug. Could you please check the updated diff and review if it meets the current standard?

@jmcdough jmcdough marked this pull request as ready for review August 26, 2022 17:48
Copy link
Collaborator

@jmcdough jmcdough left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@dmulder
Copy link
Member

dmulder commented Aug 26, 2022

This mr is missing a version change and a changelog entry.

@dmulder dmulder merged commit c1aecf9 into yast:master Sep 6, 2022
@yast-bot
Copy link

yast-bot commented Sep 6, 2022

✔️ Public Jenkins job #21 successfully finished
✔️ Created OBS submit request #1001479

@yast-bot
Copy link

yast-bot commented Sep 6, 2022

✔️ Internal Jenkins job #16 successfully finished
✔️ Created IBS submit request #279087

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants