changed to 80 max column
This commit is contained in:
@@ -10,7 +10,8 @@ namespace chatterino {
|
||||
class Label : public BaseWidget
|
||||
{
|
||||
public:
|
||||
explicit Label(QString text = QString(), FontStyle style = FontStyle::UiMedium);
|
||||
explicit Label(QString text = QString(),
|
||||
FontStyle style = FontStyle::UiMedium);
|
||||
explicit Label(BaseWidget *parent, QString text = QString(),
|
||||
FontStyle style = FontStyle::UiMedium);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user