docs: Shrink the editable label gallery image

Makes it fit better with the other entries.
This commit is contained in:
Matthias Clasen 2020-10-25 21:52:51 -04:00
parent b0fb31fc96
commit 2e0822bed0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -666,7 +666,7 @@ create_editable_label (void)
add_margin (vbox);
return new_widget_info ("editable-label", vbox, MEDIUM);
return new_widget_info ("editable-label", vbox, SMALL);
}
static WidgetInfo *
create_separator (void)