Skip to content

Commit

Permalink
Fine tuned maximize values more
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed May 2, 2021
1 parent 2116123 commit b40fea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/feature/minimize.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default class MinimalUIMinimize {

static reapplyMaximize(app, h, w) {
app.setPosition({
width: w - (ui.sidebar._collapsed ? 25 : 325),
width: w - (ui.sidebar._collapsed ? 50 : 325),
height: h - 15,
left: 10,
top: 3
Expand Down

0 comments on commit b40fea2

Please sign in to comment.