X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Ftext-properties.cpp;h=a7999267778f86b582cc76f2f95b22e24ff60e01;hb=b28c4e3da388087b108e7a5749d75668afcd2d58;hp=c4a95f01406e05ad3daebfe2841208d8498c2772;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/dialog/text-properties.cpp b/src/ui/dialog/text-properties.cpp index c4a95f014..a79992677 100644 --- a/src/ui/dialog/text-properties.cpp +++ b/src/ui/dialog/text-properties.cpp @@ -36,6 +36,9 @@ TextProperties::TextProperties() _notebook.append_page(_page_font, _("Font")); _notebook.append_page(_page_text, _("Text")); + set_resizable (true); + set_size_request(450, 300); + show_all_children(); }