added ui scaling

This commit is contained in:
fourtf
2018-06-11 15:04:54 +02:00
parent 9b26fce781
commit ea9f9e7f18
27 changed files with 488 additions and 271 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ void Notebook::performLayout(bool animated)
x += i->tab->width();
}
x += 1;
x += int(scale * 2);
first = false;
}