refactoring
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "titlebar.h"
|
||||
|
||||
namespace chatterino {
|
||||
namespace widgets {
|
||||
TitleBar::TitleBar(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setFixedHeight(32);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user