mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 00:52:11 +00:00 
			
		
		
		
	Fix: dialog sizes and positioning.
This commit is contained in:
		@@ -6,8 +6,8 @@ import QtQuick.Window 2.0
 | 
			
		||||
Window{
 | 
			
		||||
    id: dialogwindow
 | 
			
		||||
    title: qsTr("About")
 | 
			
		||||
    width: 450
 | 
			
		||||
    height: 300
 | 
			
		||||
    width: 600
 | 
			
		||||
    height: 400
 | 
			
		||||
 | 
			
		||||
    ColumnLayout{
 | 
			
		||||
        anchors.fill: parent
 | 
			
		||||
@@ -64,16 +64,14 @@ Window{
 | 
			
		||||
        ColumnLayout{
 | 
			
		||||
            anchors.fill: parent
 | 
			
		||||
            spacing: 10
 | 
			
		||||
            Item{
 | 
			
		||||
                Layout.fillHeight: true
 | 
			
		||||
                Layout.fillWidth: true
 | 
			
		||||
            Image{
 | 
			
		||||
                    anchors.fill: parent
 | 
			
		||||
                Layout.fillWidth: true
 | 
			
		||||
                Layout.fillHeight: true
 | 
			
		||||
                anchors.horizontalCenter: parent.horizontalCenter
 | 
			
		||||
                fillMode: Image.PreserveAspectFit
 | 
			
		||||
                source: "images/crt256.png"
 | 
			
		||||
                smooth: true
 | 
			
		||||
            }
 | 
			
		||||
            }
 | 
			
		||||
            Text{
 | 
			
		||||
                anchors.horizontalCenter: parent.horizontalCenter
 | 
			
		||||
                horizontalAlignment: Text.AlignHCenter
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user