summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 116dd734..fdd4cb27 100755
--- a/control-center
+++ b/control-center
@@ -1421,7 +1421,7 @@ sub about_mga_cc() {
chomp($contributor);
if ($previous_type ne $type) {
gtktext_append($credits, [ [ join('', if_($not_first_title, "\n"), translate(common::to_utf8($type)), "\n"),
- { 'weight' => 'bold', scale => Gtk3::Pango->scale_large } ] ]);
+ { 'weight' => 'bold', scale => '1.2' } ] ]);
$previous_type = $type;
$not_first_title = 1;
}