Skip to content

Commit 0bf7b7d

Browse files
committed
Improve MultilineEditor layout
1 parent b9856fa commit 0bf7b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/qml/value-editor/editors/MultilineEditor.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ Item
380380
BetterComboBox {
381381
id: noMagicCompressionSelector
382382

383-
Layout.preferredWidth: enabled? 120 : 70
383+
Layout.preferredWidth: 120
384+
Layout.fillWidth: true
384385

385386
objectName: "rdm_value_editor_compression_combobox"
386387
textRole: "text"

0 commit comments

Comments
 (0)