mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 07:04:20 +00:00 
			
		
		
		
	Tweak settings window and label sizes.
This commit is contained in:
		| @@ -89,7 +89,7 @@ ColumnLayout { | ||||
|                 } | ||||
|             } | ||||
|  | ||||
|             Label { | ||||
|             SizedLabel { | ||||
|                 text: appSettings.fps !== 0 ? appSettings.fps : qsTr("Max") | ||||
|             } | ||||
|             Label { | ||||
| @@ -109,7 +109,7 @@ ColumnLayout { | ||||
|                     enabled = true | ||||
|                 } | ||||
|             } | ||||
|             Label { | ||||
|             SizedLabel { | ||||
|                 text: Math.round(txtslider.value * 100) + "%" | ||||
|             } | ||||
|  | ||||
| @@ -130,7 +130,7 @@ ColumnLayout { | ||||
|                     enabled = true | ||||
|                 } | ||||
|             } | ||||
|             Label { | ||||
|             SizedLabel { | ||||
|                 text: Math.round(bloomSlider.value * 100) + "%" | ||||
|             } | ||||
|  | ||||
| @@ -151,7 +151,7 @@ ColumnLayout { | ||||
|                     enabled = true | ||||
|                 } | ||||
|             } | ||||
|             Label { | ||||
|             SizedLabel { | ||||
|                 text: Math.round(burnInSlider.value * 100) + "%" | ||||
|             } | ||||
|         } | ||||
|   | ||||
| @@ -27,8 +27,8 @@ import QtQuick.Dialogs 1.1 | ||||
| Window { | ||||
|     id: settings_window | ||||
|     title: qsTr("Settings") | ||||
|     width: 600 | ||||
|     height: 600 | ||||
|     width: 640 | ||||
|     height: 640 | ||||
|  | ||||
|     property int tabmargins: 15 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user