mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-30 22:54:21 +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") |                 text: appSettings.fps !== 0 ? appSettings.fps : qsTr("Max") | ||||||
|             } |             } | ||||||
|             Label { |             Label { | ||||||
| @@ -109,7 +109,7 @@ ColumnLayout { | |||||||
|                     enabled = true |                     enabled = true | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             Label { |             SizedLabel { | ||||||
|                 text: Math.round(txtslider.value * 100) + "%" |                 text: Math.round(txtslider.value * 100) + "%" | ||||||
|             } |             } | ||||||
|  |  | ||||||
| @@ -130,7 +130,7 @@ ColumnLayout { | |||||||
|                     enabled = true |                     enabled = true | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             Label { |             SizedLabel { | ||||||
|                 text: Math.round(bloomSlider.value * 100) + "%" |                 text: Math.round(bloomSlider.value * 100) + "%" | ||||||
|             } |             } | ||||||
|  |  | ||||||
| @@ -151,7 +151,7 @@ ColumnLayout { | |||||||
|                     enabled = true |                     enabled = true | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             Label { |             SizedLabel { | ||||||
|                 text: Math.round(burnInSlider.value * 100) + "%" |                 text: Math.round(burnInSlider.value * 100) + "%" | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -27,8 +27,8 @@ import QtQuick.Dialogs 1.1 | |||||||
| Window { | Window { | ||||||
|     id: settings_window |     id: settings_window | ||||||
|     title: qsTr("Settings") |     title: qsTr("Settings") | ||||||
|     width: 600 |     width: 640 | ||||||
|     height: 600 |     height: 640 | ||||||
|  |  | ||||||
|     property int tabmargins: 15 |     property int tabmargins: 15 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user