diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-04-30 00:19:02 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-04-30 00:19:02 +0000 |
| commit | ae8fcafb494fc318b059f45a0d32595506885ef7 (patch) | |
| tree | 97c01ab6635ddcc5bbfc42794f1c55109f38cd4f /src/ui/dialog/document-metadata.cpp | |
| parent | rationalize function names and remove spurious soft_ptr (diff) | |
| download | inkscape-ae8fcafb494fc318b059f45a0d32595506885ef7.tar.gz inkscape-ae8fcafb494fc318b059f45a0d32595506885ef7.zip | |
updated cc licenses to 2.5
(bzr r637)
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); |
