summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xcontrol-center2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 04764e80..928ee489 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- fix text position over splash screen (mga#5873)
- popup a confirm dialog before exiting
- track main_window (should fix quite some dialog placement bugs)
diff --git a/control-center b/control-center
index fd631e11..9e630107 100755
--- a/control-center
+++ b/control-center
@@ -103,7 +103,7 @@ $window_splash->add(gtknew('Fixed', widget_name => 'Steps',
children => [
[ gtknew('Image_using_pixbuf', file => 'splash_screen'), 0, 0 ],
[ gtknew('Label', text => N("%s Control Center", $branding)), 21, 60 ],
- [ gtknew('Label', text => N("Loading... Please wait")), 21, 175 ],
+ [ gtknew('Label', text => N("Loading... Please wait")), 21, 85 ],
]),
);
$window_splash->show_all;