Changeset 2bbe924ad8 in tspsg for src/settingsdialog.cpp


Ignore:
Timestamp:
May 1, 2010, 5:06:46 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
94cd045fad
Parents:
e3533af1cf
git-author:
Oleksii Serdiuk <contacts@…> (05/01/10 05:06:46)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:42)
Message:

Added svn:eol-style=native property to all text files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.cpp

    re3533af1cf r2bbe924ad8  
    223223        cbScrollToEnd->setChecked(settings->value("ScrollToEnd", DEF_SCROLL_TO_END).toBool());
    224224
    225         font = settings->value("Font",QFont(DEF_FONT_FAMILY,DEF_FONT_SIZE)).value<QFont>();
     225        font = settings->value("Font",QFont(DEF_FONT_FAMILY, DEF_FONT_SIZE)).value<QFont>();
    226226        color = settings->value("Colors/Text", DEF_TEXT_COLOR).value<QColor>();
    227227        settings->endGroup();
Note: See TracChangeset for help on using the changeset viewer.