mirror-chatterino2/src/widgets/titlebar.cpp

14 lines
207 B
C++
Raw Normal View History

2017-06-11 09:31:45 +02:00
#include "titlebar.hpp"
2017-04-12 17:46:44 +02:00
2017-04-14 17:52:22 +02:00
namespace chatterino {
namespace widgets {
2017-04-12 17:46:44 +02:00
TitleBar::TitleBar(QWidget *parent)
: QWidget(parent)
{
setFixedHeight(32);
}
} // namespace widgets
} // namespace chatterino