From 4ae7dad07ea2fa6553faf824bca9dd4ddda48b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20Syrj=C3=A4?= Date: Fri, 24 May 2019 01:07:20 +0300 Subject: Some small size modifications for Windows. --- main.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.qml b/main.qml index a4b0071..683214d 100644 --- a/main.qml +++ b/main.qml @@ -173,14 +173,13 @@ ApplicationWindow } RowLayout { - height: snaplist.height * 1.2 + height: snaplist.height * 1.5 Text { text: qsTrId("id_toolbar_application_settings") } BarSeparator { } Text { text: qsTrId("id_toolbar_snap_grid") } ComboBox { id: snaplist -// width: 60 implicitWidth: 60 model: [ 1, 2, 5, 10 ] onCurrentIndexChanged: @@ -231,7 +230,7 @@ ApplicationWindow } RowLayout { - height: colorlist.height * 1.2 + height: colorlist.height * 1.5 Text { text: qsTrId("id_toolbar_symbol_settings") } BarSeparator { } Text { text: qsTrId("id_toolbar_color_index") } -- cgit v1.2.3