aboutsummaryrefslogtreecommitdiff
path: root/games/pentobi
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
commitc45de9579f6ec97574056dd335df02031ccd00ad (patch)
treebf42b7c476faa7a6183d0feaa4c65bb90053847d /games/pentobi
parent4c6b47d49f526e4aa085f3d82bef3b2910453e64 (diff)
downloadports-c45de9579f6ec97574056dd335df02031ccd00ad.tar.gz
ports-c45de9579f6ec97574056dd335df02031ccd00ad.zip
Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782
Notes
Notes: svn path=/head/; revision=513447
Diffstat (limited to 'games/pentobi')
-rw-r--r--games/pentobi/files/patch-src_pentobi_RatingDialog.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/pentobi/files/patch-src_pentobi_RatingDialog.cpp b/games/pentobi/files/patch-src_pentobi_RatingDialog.cpp
new file mode 100644
index 000000000000..16dfc95237bb
--- /dev/null
+++ b/games/pentobi/files/patch-src_pentobi_RatingDialog.cpp
@@ -0,0 +1,16 @@
+--- src/pentobi/RatingDialog.cpp.orig 2019-09-01 15:41:49 UTC
++++ src/pentobi/RatingDialog.cpp
+@@ -56,11 +56,11 @@ RatingDialog::RatingDialog(QWidget* parent, RatingHist
+ formLayout->addRow(tr("Rated games:"), m_labelNuGames);
+ m_labelBestRating = createSelectableLabel();
+ formLayout->addRow(tr("Best previous rating:"), m_labelBestRating);
+- layout->addSpacing(layout->margin());
++ layout->addSpacing(layout->spacing());
+ layout->addWidget(new QLabel(tr("Recent development:")));
+ m_graph = new RatingGraph;
+ layout->addWidget(m_graph, 1);
+- layout->addSpacing(layout->margin());
++ layout->addSpacing(layout->spacing());
+ layout->addWidget(new QLabel(tr("Recent games:")));
+ m_list = new RatedGamesList;
+ layout->addWidget(m_list, 1);