aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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") }