Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Feb 12, 2024
2 parents b9fbaf9 + 7a25436 commit a000385
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A free-hand draw application for [Sailfish OS](https://sailfishos.org).

## Install

Install via Jolla Store, [Chum](https://github.com/sailfishos-chum/main) or [OpenRepos](https://openrepos.net/content/ilpianista/papocchio).

## Translations

[![Translation status](https://hosted.weblate.org/widgets/harbour-papocchio/-/svg-badge.svg)](https://hosted.weblate.org/engage/harbour-papocchio/?utm_source=widget)
Expand Down
6 changes: 3 additions & 3 deletions qml/pages/MainPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Page {

Row {
id: menu
spacing: Theme.paddingMedium
spacing: Theme.paddingLarge
width: parent.width
// Workaround: we don't want the Slider animation to resize this!
height: Theme.itemSizeMedium
Expand All @@ -40,7 +40,7 @@ Page {
id: edit
icon.source: "image://theme/icon-s-edit"
anchors.verticalCenter: parent.verticalCenter
width: 50
width: 100

// default value for the rubber
property real prevLineWidth: defaultRubberSize;
Expand Down Expand Up @@ -90,7 +90,7 @@ Page {
stepSize: 1
value: defaultStrokeSize
valueText: value
width: parent.width - edit.width - save.width - clearBtn.width - quit.width - (Theme.paddingMedium * 4)
width: parent.width - edit.width - save.width - clearBtn.width - quit.width - (Theme.paddingLarge * 5)
anchors.verticalCenter: parent.verticalCenter

// Don't waste space
Expand Down
3 changes: 3 additions & 0 deletions rpm/harbour-papocchio.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed May 17 2023 Andrea Scarpino <andrea@scarpino.dev> 1.4.4-1
- More space between buttons.

* Fri Nov 25 2022 Andrea Scarpino <andrea@scarpino.dev> 1.4.3-1
- Add SailJail permissions.
- Update icons.
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-papocchio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name: harbour-papocchio
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Paint using your finger
Version: 1.4.3
Version: 1.4.4
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-papocchio.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-papocchio
Summary: Paint using your finger
Version: 1.4.3
Version: 1.4.4
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Expand Down

0 comments on commit a000385

Please sign in to comment.