started working on a custom window frame

This commit is contained in:
fourtf
2018-01-15 01:35:35 +01:00
parent 177cd734ab
commit c50e6d7809
11 changed files with 335 additions and 67 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace widgets {
class RippleEffectLabel : public RippleEffectButton
{
public:
explicit RippleEffectLabel(BaseWidget *parent, int spacing = 6);
explicit RippleEffectLabel(BaseWidget *parent = nullptr, int spacing = 6);
SignalLabel &getLabel()
{