nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

Some GUI cleanup #16

Closed fnordbg closed 11 years ago

fnordbg commented 11 years ago

Minor fixes:

Capitalized abbreviation 'ID' in a few places for consistency Fixed a small grammatical error Postfix increment operator was separated for some reason; glued it in place Did a minor but noticeable overhaul in the chat window. I removed tags as they made messages ugly, username is now in bold and dates are in square brackets rather than parentheses.