Improve Chatterino extension positioning (#1825)

This adds support for left-side chat
This commit is contained in:
Matthew Marlow
2020-08-01 06:42:56 -07:00
committed by GitHub
parent 214afc8fc2
commit e5f3bc9f3f
3 changed files with 21 additions and 5 deletions
+2
View File
@@ -17,6 +17,7 @@ public:
struct GetArgs {
QString winId;
int yOffset = -1;
int x = -1;
int width = -1;
int height = -1;
bool fullscreen = false;
@@ -53,6 +54,7 @@ private:
void *target_;
int yOffset_;
int currentYOffset_;
int x_ = -1;
int width_ = 360;
int height_ = -1;
bool fullscreen_ = false;