Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed May 5, 2021
2 parents a253008 + e3fea6c commit 5dd2d6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 2.9.0
- [#168](https://github.com/brentvollebregt/auto-py-to-exe/issues/168): Confirmation dialog on overriding configuration values on import

### 2.8.0
- Added translation handler
- [#153](https://github.com/brentvollebregt/auto-py-to-exe/issues/153): Added Chinese translations
Expand Down
2 changes: 1 addition & 1 deletion auto_py_to_exe/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.8.0'
__version__ = '2.9.0'
7 changes: 4 additions & 3 deletions auto_py_to_exe/web/css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
.modal-content {
background-color: var(--background);
margin: auto;
padding: 20px;
padding: 16px;
border: 2px solid var(--primary);
border-radius: var(--border-radius);
width: 80%;
max-width: 600px;
}


Expand All @@ -51,8 +52,8 @@
padding: 4px;
}

.modal-header {
padding-bottom: 12px;
.modal-header h2 {
margin: 0;
}

.modal-footer {
Expand Down

0 comments on commit 5dd2d6f

Please sign in to comment.