Browse Source

refactor(chatform): remove unused macro

reviewable/pr5404/r7
sudden6 7 years ago
parent
commit
cc4a6e421e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      src/widget/form/genericchatform.cpp

2
src/widget/form/genericchatform.cpp

@ -58,8 +58,6 @@ @@ -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;

Loading…
Cancel
Save