mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Qml App: Fix QtQuick.Controls version in Btn
This commit is contained in:
parent
5c7c56ac99
commit
cd61797cfb
@ -1,9 +1,8 @@
|
|||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import QtQuick.Controls 1.4
|
import QtQuick.Controls 2.0
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
|
|
||||||
id: button
|
id: button
|
||||||
property alias buttonText: innerText.text;
|
property alias buttonText: innerText.text;
|
||||||
property alias buttonTextPixelSize: innerText.font.pixelSize
|
property alias buttonTextPixelSize: innerText.font.pixelSize
|
||||||
@ -123,5 +122,4 @@ Item
|
|||||||
easing.type: Easing.InOutQuad
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user