Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
133a2e27
Commit
133a2e27
authored
Jan 29, 2022
by
Wolfgang Rohdewald
Browse files
fix regressions from
cf8391e0
parent
4c788d86
Pipeline
#130651
passed with stage
in 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/games.py
View file @
133a2e27
...
...
@@ -109,7 +109,7 @@ class Games(QDialog):
super
(
Games
,
self
).
__init__
(
parent
)
self
.
selectedGame
=
None
self
.
onlyPending
=
True
decorateWindow
(
self
,
i18nc
(
"@title:window"
"Games"
))
decorateWindow
(
self
,
i18nc
(
"@title:window"
,
"Games"
))
self
.
setObjectName
(
'Games'
)
self
.
resize
(
700
,
400
)
self
.
model
=
GamesModel
()
...
...
src/scoring.py
View file @
133a2e27
...
...
@@ -42,6 +42,7 @@ from visible import VisiblePlayer
from
tables
import
SelectRuleset
from
uiwall
import
UIWall
,
SideText
from
guiutil
import
decorateWindow
,
BlockSignals
,
rotateCenter
,
sceneRotation
from
mi18n
import
i18nc
class
SwapDialog
(
QMessageBox
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment