new scaling system pass one #36

Merged
dan merged 3 commits from newscale into master 2020-12-17 01:48:48 +00:00
Owner
No description provided.
sarah reviewed 2020-12-15 01:27:51 +00:00
EmojiDrawer.qml Outdated
@ -194,3 +194,3 @@
color: Theme.dividerColor
visible: !root.narrowMode && !root.searchMode
anchors.verticalCenter: parent.verticalCenter
//anchors.verticalCenter: parent.verticalCenter
Owner

delete?

delete?
erinn marked this conversation as resolved
sarah reviewed 2020-12-15 01:28:27 +00:00
ToggleSwitch.qml Outdated
@ -9,3 +9,1 @@
property bool isToggled
property var onToggled: function () { console.log("In Superclass") };
checked: isToggled
//property bool isToggled
Owner

Uncomment or fixup?

Uncomment or fixup?
erinn marked this conversation as resolved
dan requested changes 2020-12-15 01:42:04 +00:00
dan left a comment
Owner

wow, looks good. two small comments

wow, looks good. two small comments
Collapser.qml Outdated
@ -0,0 +8,4 @@
//: Show
readonly property string strShow: qsTr("collapser-show")
//: Hide
Owner

the ▼ ▲ are added later so not needed in the translation guidance?

the ▼ ▲ are added later so not needed in the translation guidance?
erinn marked this conversation as resolved
@ -30,4 +29,4 @@
Rectangle {
id: mainImage
//anchors.leftMargin: baseWidth * 0.1
Owner

sorry not you did but near by, delete?

sorry not you did but near by, delete?
erinn marked this conversation as resolved
erinn referenced this issue from a commit 2020-12-17 01:34:27 +00:00
dan merged commit 136e613ab5 into master 2020-12-17 01:48:48 +00:00
Sign in to join this conversation.
No reviewers
dan
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: openprivacy/opaque#36
No description provided.