← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

Re: [Merge] lp:~fboucault/ubuntu-calculator-app/startup_time into lp:ubuntu-calculator-app

 


Diff comments:

> 
> === modified file 'app/ui/KeyboardButton.qml'
> --- app/ui/KeyboardButton.qml	2015-11-09 14:18:18 +0000
> +++ app/ui/KeyboardButton.qml	2016-08-09 12:38:05 +0000
> @@ -19,11 +19,10 @@
>  import QtQuick 2.4
>  import Ubuntu.Components 1.3
>  
> -AbstractButton {
> +MouseArea {
>      id: buttonRect
>      objectName: modelname + "Button"
>  
> -    property real baseSize: 1
>      property alias text: buttonText.text
>      property string buttonColor: "#eeeeee"
>      property string pressedColor: "#E2E1E4"

Fixed with commit 322.



-- 
https://code.launchpad.net/~fboucault/ubuntu-calculator-app/startup_time/+merge/302403
Your team Ubuntu Calculator Developers is subscribed to branch lp:ubuntu-calculator-app.


References