summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui/dialog/aboutbox.cpp3
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);
}
/**