#include "titlebar.h" namespace chatterino { namespace widgets { TitleBar::TitleBar(QWidget *parent) : QWidget(parent) { setFixedHeight(32); } } }