1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor(chatform): remove unused macro

This commit is contained in:
sudden6 2018-10-21 21:22:17 +02:00
parent 133ac8def8
commit cc4a6e421e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -58,8 +58,6 @@
* elements and methods to work with chat messages.
*/
#define SET_STYLESHEET(x) (x)->setStyleSheet(Style::getStylesheet(":/themes/default/" #x "/" #x ".css"))
static const QSize FILE_FLYOUT_SIZE{24, 24};
static const short FOOT_BUTTONS_SPACING = 2;
static const short MESSAGE_EDIT_HEIGHT = 50;