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
dc14a1ef
Commit
dc14a1ef
authored
Jun 11, 2009
by
Max-Wilhelm Bruker
Browse files
foo
parent
611544b8
Changes
2
Show whitespace changes
Inline
Side-by-side
cockatrice/src/cardinfowidget.cpp
View file @
dc14a1ef
...
...
@@ -10,7 +10,7 @@ CardInfoWidget::CardInfoWidget(CardDatabase *_db, QWidget *parent)
cardPicture
->
setAlignment
(
Qt
::
AlignCenter
);
QFont
f
;
f
.
setP
oint
Size
(
9
);
f
.
setP
ixel
Size
(
11
);
nameLabel1
=
new
QLabel
(
tr
(
"Name:"
));
nameLabel1
->
setFont
(
f
);
...
...
cockatrice/src/messagelogwidget.cpp
View file @
dc14a1ef
...
...
@@ -150,6 +150,6 @@ MessageLogWidget::MessageLogWidget(QWidget *parent)
{
setReadOnly
(
true
);
QFont
f
;
f
.
setP
oint
Size
(
9
);
f
.
setP
ixel
Size
(
11
);
setFont
(
f
);
}
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