diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-08 16:02:38 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-08 16:02:38 +0000 |
| commit | cbdafaae927348aa8ef5396474535571fe989bf8 (patch) | |
| tree | f6043cb991d9b848e8c073d8c9f9704d6de33df1 /src/ui/dialog/new-from-template.cpp | |
| parent | Added loading templates into NewFromTemplate dialog. (diff) | |
| download | inkscape-cbdafaae927348aa8ef5396474535571fe989bf8.tar.gz inkscape-cbdafaae927348aa8ef5396474535571fe989bf8.zip | |
Coding style improvements and display bug fixes
(bzr r12379.2.8)
Diffstat (limited to 'src/ui/dialog/new-from-template.cpp')
| -rw-r--r-- | src/ui/dialog/new-from-template.cpp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/ui/dialog/new-from-template.cpp b/src/ui/dialog/new-from-template.cpp index b210545d1..765ec0bce 100644 --- a/src/ui/dialog/new-from-template.cpp +++ b/src/ui/dialog/new-from-template.cpp @@ -1,8 +1,19 @@ +/** @file + * @brief New From Template main dialog - implementation + */ +/* Authors: + * Jan Darowski <jan.darowski@gmail.com>, supervised by Krzysztof KosiĆski + * + * Copyright (C) 2013 Authors + * Released under GNU GPL, read the file 'COPYING' for more information + */ + + #include "new-from-template.h" #include <gtkmm/alignment.h> -#include "src/file.h" +#include "file.h" namespace Inkscape { @@ -13,7 +24,7 @@ NewFromTemplate::NewFromTemplate() : _create_template_button("Create from template") { set_title("New From Template"); - resize(400, 250); + resize(400, 400); get_vbox()->pack_start(_main_widget); _main_widget.append_page(_tab1, "Static Templates"); |
