diff options
| author | Mikko Syrjä <mikko@syrja.org> | 2019-05-24 01:07:20 +0300 |
|---|---|---|
| committer | Mikko Syrjä <mikko@syrja.org> | 2019-05-24 01:07:20 +0300 |
| commit | 4ae7dad07ea2fa6553faf824bca9dd4ddda48b11 (patch) | |
| tree | ef1dec83e65ca47f83a42bdbc80a4e62adc07624 | |
| parent | 02fa0d4577db14fe11a8f8a7e69b1d3ecbe060a8 (diff) | |
| download | symedit-4ae7dad07ea2fa6553faf824bca9dd4ddda48b11.tar.gz symedit-4ae7dad07ea2fa6553faf824bca9dd4ddda48b11.zip | |
Some small size modifications for Windows.
| -rw-r--r-- | main.qml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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") } |
