Index: sources/gui/qml/dialogs/headerbar/InformationDialog.qml =================================================================== diff -u -rea225816887fd5bf505727812721fd4531d3e125 -r439d098232ba83b858fb7a2e4f8fb2daf3744366 --- sources/gui/qml/dialogs/headerbar/InformationDialog.qml (.../InformationDialog.qml) (revision ea225816887fd5bf505727812721fd4531d3e125) +++ sources/gui/qml/dialogs/headerbar/InformationDialog.qml (.../InformationDialog.qml) (revision 439d098232ba83b858fb7a2e4f8fb2daf3744366) @@ -56,7 +56,7 @@ height : _versionColumn.implicitHeight Column { id: _versionColumn - spacing: 4 + spacing : 10 anchors.fill: parent Repeater { @@ -71,7 +71,7 @@ width : _versionColumn.width Text { id: _name - color : Colors.dialogText + color : Colors.backgroundMenu text : modelData.name width : _leftColumnWidth font.pixelSize : Fonts.fontPixelDialogText @@ -83,8 +83,9 @@ color : Colors.dialogText text : modelData.value width : _rightColumnWidth - font.pixelSize : Fonts.fontPixelDialogText - horizontalAlignment: Text.AlignRight + font.pixelSize : 20 + horizontalAlignment : Text.AlignRight + verticalAlignment : Text.AlignVCenter } }