diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-23 02:19:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-23 02:19:37 +0100 |
| commit | af71c33109abdced3a6533a33982e0b5e3e8ee6e (patch) | |
| tree | f2e009e44105ae8a538509e541513e007a6a2293 | |
| parent | 927b140922b1cdeac909780306fd95b3d4c83eab (diff) | |
Fix broken (massively too big) 20 DCP nag on Fedora (and maybe others).
| -rw-r--r-- | src/lib/analytics.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/analytics.cc b/src/lib/analytics.cc index ad5a1ad03..871987922 100644 --- a/src/lib/analytics.cc +++ b/src/lib/analytics.cc @@ -56,7 +56,7 @@ Analytics::successful_dcp_encode () _("Congratulations!"), fmt::format(_( "<h2>You have made {} DCPs with {}!</h2>" - "<img width=\"20%%\" src=\"memory:me.jpg\" align=\"center\">" + "<img width=\"150\" height=\"193\" src=\"memory:me.jpg\" align=\"center\">" "<font size=\"+1\">" "<p>Hello. I'm Carl and I'm the " "developer of {}. I work on it in my spare time (with the help " |
