1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

formatting

This commit is contained in:
Nikolay Pultsin 2014-06-30 00:06:05 +01:00
parent dde4be579e
commit a7fa712e03
28 changed files with 92 additions and 92 deletions

View file

@ -199,7 +199,7 @@ shared_ptr<ZLTextStyleEntry> StyleSheetTable::createControl(const AttributeMap &
const std::string &fontSize = value(styles, "font-size");
if (!fontSize.empty()) {
bool doSetFontSize = true;
bool doSetFontSize = true;
short size = 100;
ZLTextStyleEntry::SizeUnit unit = ZLTextStyleEntry::SIZE_UNIT_PERCENT;
if (fontSize == "xx-small") {