forked from qt-creator/qt-creator
StudioWelcome: Add some adjustments
Change-Id: Ia208b56cbeb378a4763314cc1bf398f864c36d93 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -42,8 +42,8 @@ Image {
|
|||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: logo
|
id: logo
|
||||||
x: 16
|
x: 14
|
||||||
y: 18
|
y: 8
|
||||||
width: 76
|
width: 76
|
||||||
height: 66
|
height: 66
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
@@ -52,8 +52,10 @@ Image {
|
|||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: qt_design_studio
|
id: qt_design_studio
|
||||||
x: 14
|
x: 13
|
||||||
y: 93
|
y: 93
|
||||||
|
width: 250
|
||||||
|
height: 55
|
||||||
color: "#4cd265"
|
color: "#4cd265"
|
||||||
text: qsTr("Qt Design Studio")
|
text: qsTr("Qt Design Studio")
|
||||||
font.pixelSize: 36
|
font.pixelSize: 36
|
||||||
|
Reference in New Issue
Block a user