syntax fix

This commit is contained in:
molan-git 2020-05-25 18:54:43 +02:00
parent a7816701f2
commit 893bae4b93
3 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,6 @@ Page {
property string display_name : "";
property string username : "";
property string profileImage : "";
property string discoverable : "";
property int user_id;
property int statuses_count;
property int following_count;
@ -135,6 +134,7 @@ Page {
}
}
MyList {
id: list
header: ProfileHeader {
@ -250,6 +250,7 @@ Page {
Text {
x: Theme.horizontalPageMargin
width: parent.width - ( 2 * Theme.horizontalPageMargin )
id: txtnote
text: note
font.pixelSize: Theme.fontSizeExtraSmall
color: Theme.secondaryColor
@ -280,6 +281,7 @@ Page {
Qt.openUrlExternally(link);
}
}
}
Column {
spacing: Theme.paddingMedium

View file

@ -7,7 +7,7 @@ Item {
property string title: "";
property string description: "";
property string image: "";
//property string bg: "";
property string bg: "";
width: parent.width
height: icon.height + Theme.paddingLarge*2

View file

@ -274,7 +274,7 @@
<translation>Biografia</translation>
</message>
<message>
<location filename="../qml/pages/Profile.qml" line="288"/>
<location filename="../qml/pages/Profile.qml" line="290"/>
<source>Open Profile in Browser</source>
<translation>Aprire profile nel browser</translation>
</message>