added ui scaling
This commit is contained in:
@@ -340,7 +340,7 @@ void Notebook::performLayout(bool animated)
|
||||
x += i->tab->width();
|
||||
}
|
||||
|
||||
x += 1;
|
||||
x += int(scale * 2);
|
||||
|
||||
first = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user