We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76aa59 commit 2b25d2bCopy full SHA for 2b25d2b
1 file changed
editor/src/plugins/material/editor.rs
@@ -298,6 +298,7 @@ impl MaterialFieldEditorBuilder {
298
.add_column(Column::auto())
299
300
301
+ .add_column(Column::auto())
302
.build(ctx);
303
304
let (image_preview_tooltip, image_preview) = make_asset_preview_tooltip(None, ctx);
@@ -327,7 +328,7 @@ impl MaterialFieldEditorBuilder {
327
328
)
329
.add_row(Row::auto())
330
- .add_column(Column::auto())
331
+ .add_column(Column::stretch())
332
333
334
let editor = MaterialFieldEditor {
0 commit comments