syntax fix
This commit is contained in:
parent
a7816701f2
commit
893bae4b93
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue