aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Syrjä <mikko@syrja.org>2019-05-24 01:07:20 +0300
committerMikko Syrjä <mikko@syrja.org>2019-05-24 01:07:20 +0300
commit4ae7dad07ea2fa6553faf824bca9dd4ddda48b11 (patch)
treeef1dec83e65ca47f83a42bdbc80a4e62adc07624
parent02fa0d4577db14fe11a8f8a7e69b1d3ecbe060a8 (diff)
downloadsymedit-4ae7dad07ea2fa6553faf824bca9dd4ddda48b11.tar.gz
symedit-4ae7dad07ea2fa6553faf824bca9dd4ddda48b11.zip
Some small size modifications for Windows.
-rw-r--r--main.qml5
1 files 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") }