Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
db18c7da
Commit
db18c7da
authored
Sep 08, 2015
by
Fabio Bas
Browse files
Fix loading of "increase life counter" shortcut in settings
parent
2a83f6dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/sequenceEdit/ui_shortcutstab.h
View file @
db18c7da
...
...
@@ -596,7 +596,7 @@ public:
gridLayout_4
->
addWidget
(
lbl_abstractCounter_aInc
,
1
,
0
,
1
,
1
);
abstractCounter_Inc
=
new
SequenceEdit
(
"Player/Inc"
,
groupBox_4
);
abstractCounter_Inc
=
new
SequenceEdit
(
"Player/
a
Inc"
,
groupBox_4
);
abstractCounter_Inc
->
setObjectName
(
"abstractCounter_Inc"
);
gridLayout_4
->
addWidget
(
abstractCounter_Inc
,
1
,
1
,
1
,
1
);
...
...
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