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

View file

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

View file

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