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

Fixing WiX UI extension screens: texts, icons, margins, spacing #5

Merged
merged 2 commits into from
Feb 26, 2014

Conversation

romanws
Copy link
Contributor

@romanws romanws commented Feb 26, 2014

Summary of changes:

  • Added a label (in bold) before input fields.
  • Fixed margins and space between elements. There were inconsitencies.
  • Fixed naming inconsistencies in code - e.g., strings in the .wxl for "ServiceCredDlg" started with "ServiceDlg_".
  • Merged into a unique text the 2 "description" labels in DbCreateCredDlg and RuntimeDbCredDlg.
  • Cleaned up unused strings, like texts for 'Browse' buttons that don't exist.
  • Created new error/success icons.

Screenshots:

SelectDbDlg
selectdbdlg
DbCreateCredDlg
dbcreatecreddlg-1
dbcreatecreddlg-2
RuntimeDbCredDlg
runtimedbcreddlg-1
runtimedbcreddlg-2
ServiceCredDlg
servicecreddlg-1
servicecreddlg-2

…en elements.

Summary of changes:
 - Added a label (in bold) before input fields.
 - Fixed margins and space between elements. There were inconsitencies.
 - Fixed naming inconsistencies in code - e.g., strings in the .wxl for "ServiceCredDlg" started with "ServiceDlg_".
 - Merged into a unique text the 2 "description" labels in DbCreateCredDlg and RuntimeDbCredDlg.
 - Cleaned up unused strings, like texts for 'Browse' buttons that don't exist.
 - Created new error/success icons.
@dblock
Copy link
Owner

dblock commented Feb 26, 2014

This is great. Can you please add a "Next Release" section to https://github.com/dblock/msiext/blob/master/CHANGELOG.md describing your changes?

@romanws
Copy link
Contributor Author

romanws commented Feb 26, 2014

Done. If you think there should be more details in the change log, please let me know.

dblock added a commit that referenced this pull request Feb 26, 2014
Fixing WiX UI extension screens: texts, icons, margins, spacing
@dblock dblock merged commit d9b4230 into dblock:master Feb 26, 2014
@dblock
Copy link
Owner

dblock commented Feb 26, 2014

Merged.

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.

2 participants