mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Revert "reduce font size and space between chat lines", use #386
This reverts commit 200c6d30e9d77be52de914b12d85adbef5358ef4.
This commit is contained in:
parent
200c6d30e9
commit
d42f9d3166
@ -1,36 +1,36 @@
|
|||||||
div.name {
|
div.name {
|
||||||
color: @black;
|
color: @black;
|
||||||
font: @mediumBold;
|
font: @bigBold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.message {
|
div.message {
|
||||||
color: @black;
|
color: @black;
|
||||||
font: @medium;
|
font: @big;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.action {
|
div.action {
|
||||||
color: #1818FF;
|
color: #1818FF;
|
||||||
font: @medium;
|
font: @big;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.date {
|
div.date {
|
||||||
color: @black;
|
color: @black;
|
||||||
font: @medium;
|
font: @big;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.name_me {
|
div.name_me {
|
||||||
color: @mediumGrey;
|
color: @mediumGrey;
|
||||||
font: @medium;
|
font: @big;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.message_me {
|
div.message_me {
|
||||||
color: @black;
|
color: @black;
|
||||||
font: @medium;
|
font: @big;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.date_me {
|
div.date_me {
|
||||||
color: @black;
|
color: @black;
|
||||||
font: @medium;
|
font: @big;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.quote {
|
span.quote {
|
||||||
|
@ -38,7 +38,7 @@ ChatAreaWidget::ChatAreaWidget(QWidget *parent)
|
|||||||
setFrameStyle(QFrame::NoFrame);
|
setFrameStyle(QFrame::NoFrame);
|
||||||
|
|
||||||
QTextTableFormat tableFormat;
|
QTextTableFormat tableFormat;
|
||||||
tableFormat.setCellSpacing(5);
|
tableFormat.setCellSpacing(15);
|
||||||
tableFormat.setBorderStyle(QTextFrameFormat::BorderStyle_None);
|
tableFormat.setBorderStyle(QTextFrameFormat::BorderStyle_None);
|
||||||
tableFormat.setColumnWidthConstraints({QTextLength(QTextLength::FixedLength,nameWidth),
|
tableFormat.setColumnWidthConstraints({QTextLength(QTextLength::FixedLength,nameWidth),
|
||||||
QTextLength(QTextLength::PercentageLength,100),
|
QTextLength(QTextLength::PercentageLength,100),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user