diff options
| author | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-04-27 01:59:48 +0000 |
|---|---|---|
| committer | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-04-30 12:01:19 +0000 |
| commit | 1707241fec665d774cfcbbeb71f0bbafb877ef84 (patch) | |
| tree | 062a9ca5cc2d780d2d3fe7c0b8b3f3fc9fab1851 /src/ui/dialog/aboutbox.cpp | |
| parent | Make display unit change roll out to toolbars (diff) | |
| download | inkscape-1707241fec665d774cfcbbeb71f0bbafb877ef84.tar.gz inkscape-1707241fec665d774cfcbbeb71f0bbafb877ef84.zip | |
Set spacing in About Dialog
Tentative fix for https://gitlab.com/inkscape/inbox/issues/418
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
| -rw-r--r-- | src/ui/dialog/aboutbox.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index e829091cb..87141c655 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -91,6 +91,9 @@ AboutBox::AboutBox() set_comments (_("Open Source Scalable Vector Graphics Editor\n" "Draw Freely.")); // clang-format on + + get_content_area()->set_border_width(3); + get_action_area()->set_border_width(3); } /** |
