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
1ae79fbc
Commit
1ae79fbc
authored
Jun 19, 2015
by
Fabio Bas
Browse files
Removed double margin around chatbox in game
parent
12513386
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
1ae79fbc
...
@@ -293,6 +293,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, GameReplay *_replay)
...
@@ -293,6 +293,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, GameReplay *_replay)
deckViewContainerLayout
=
new
QVBoxLayout
;
deckViewContainerLayout
=
new
QVBoxLayout
;
QVBoxLayout
*
messageLogLayout
=
new
QVBoxLayout
;
QVBoxLayout
*
messageLogLayout
=
new
QVBoxLayout
;
messageLogLayout
->
setContentsMargins
(
0
,
0
,
0
,
0
);
messageLogLayout
->
addWidget
(
messageLog
);
messageLogLayout
->
addWidget
(
messageLog
);
QWidget
*
messageLogLayoutWidget
=
new
QWidget
;
QWidget
*
messageLogLayoutWidget
=
new
QWidget
;
...
@@ -414,6 +415,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_client
...
@@ -414,6 +415,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_client
deckViewContainerLayout
=
new
QVBoxLayout
;
deckViewContainerLayout
=
new
QVBoxLayout
;
QVBoxLayout
*
messageLogLayout
=
new
QVBoxLayout
;
QVBoxLayout
*
messageLogLayout
=
new
QVBoxLayout
;
messageLogLayout
->
setContentsMargins
(
0
,
0
,
0
,
0
);
messageLogLayout
->
addWidget
(
timeElapsedLabel
);
messageLogLayout
->
addWidget
(
timeElapsedLabel
);
messageLogLayout
->
addWidget
(
messageLog
);
messageLogLayout
->
addWidget
(
messageLog
);
messageLogLayout
->
addLayout
(
hLayout
);
messageLogLayout
->
addLayout
(
hLayout
);
...
...
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