Skip to content

Commit 66923b8

Browse files
committed
Lower line height minimum
Account for fonts that don't follow standards. Address #345
1 parent b3eba76 commit 66923b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kirigami_ui/EditorToolbar.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ ToolBar {
12061206
}
12071207
Slider {
12081208
id: lineHeightSlider
1209-
from: 85
1209+
from: 30
12101210
value: 100
12111211
to: 180
12121212
stepSize: 1

0 commit comments

Comments
 (0)