Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Apr 11, 2022
2 parents 07d6b7d + a34b8a8 commit bd6986d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 6 additions & 0 deletions NEWS.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 1.9.41
Date: 2022-04-11
Type: stable
Description:
- "Quick fix: First Dialog crash"
---
Version: 1.9.40
Date: 2022-04-11
Type: stable
Expand Down
7 changes: 2 additions & 5 deletions eu.skribisto.skribisto.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" version="1.9.40" date="2022-04-11T00:00:00Z">
<release type="stable" version="1.9.41" date="2022-04-11T00:00:00Z">
<description>
<ul>
<li>Copy paste includes sub-items</li>
<li>Fix crash when drag drop in the empty space below the navigation list</li>
</ul>
<p>Quick fix: First Dialog crash</p>
</description>
</release>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion src/app/src/qml/FirstStepsWizard.qml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ SkrPopup {
}

Item{
anchors.fill: parent
ColumnLayout {
id: welcome
anchors.fill: parent

SkrLabel{
Layout.alignment: Qt.AlignHCenter
Expand Down

0 comments on commit bd6986d

Please sign in to comment.