added stuff related to scaling

This commit is contained in:
fourtf
2018-06-11 21:57:17 +02:00
parent 66e1952603
commit 866f868b54
9 changed files with 48 additions and 27 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ void Notebook::performLayout(bool animated)
x += i->tab->width();
}
x += int(scale * 2);
x += int(scale * 1);
first = false;
}