diff options
Diffstat (limited to 'src/ui/dialog/document-metadata.cpp')
| -rw-r--r-- | src/ui/dialog/document-metadata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/document-metadata.cpp b/src/ui/dialog/document-metadata.cpp index 090cb42ca..7c845e70f 100644 --- a/src/ui/dialog/document-metadata.cpp +++ b/src/ui/dialog/document-metadata.cpp @@ -87,7 +87,7 @@ DocumentMetadata::DocumentMetadata() _prefs_path("dialogs.documentmetadata") { hide(); - set_resizable (false); + set_resizable (true); _tt.enable(); get_vbox()->set_spacing (4); get_vbox()->pack_start (_notebook, true, true); |
