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
54ff4ef4
Commit
54ff4ef4
authored
Aug 11, 2015
by
Zach
Browse files
Merge pull request #1369 from ZeldaZach/fix_1360
remove max screen default
parents
1c3e1310
b57a316b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/main.cpp
View file @
54ff4ef4
...
...
@@ -222,8 +222,8 @@ int main(int argc, char *argv[])
settingsCache
->
setClientID
(
generateClientID
());
qDebug
()
<<
"ClientID In Cache: "
<<
settingsCache
->
getClientID
();
ui
.
show
Maximized
();
qDebug
(
"main(): ui.show
Maximized
() finished"
);
ui
.
show
();
qDebug
(
"main(): ui.show() finished"
);
app
.
exec
();
}
...
...
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