mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-10 23:52:51 -04:00
Qml App: Fix QtQuick.Controls version in Btn
This commit is contained in:
parent
5c7c56ac99
commit
cd61797cfb
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue