A system of translations into different languages has been implemented. Added translations into Russian. Various UI fixes for valid internationalization
This commit is contained in:
@@ -5,13 +5,15 @@ import Utils 1.0
|
||||
|
||||
Shape {
|
||||
id: shape
|
||||
implicitWidth: 1
|
||||
implicitHeight: 1
|
||||
property bool horizontal: true
|
||||
|
||||
ShapePath {
|
||||
strokeColor: Palette.borderColor
|
||||
strokeStyle: ShapePath.SolidLine
|
||||
startX: 0
|
||||
startY: 0
|
||||
PathLine { x: shape.width; y: 0 }
|
||||
PathLine { x: horizontal ? shape.width : 0; y: horizontal ? 0 : shape.height }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user