Skip to content

Commit

Permalink
Modified Min/Max dimensions of the Library window
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobucher committed Jan 4, 2025
1 parent 281b605 commit c8b7382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlockEditor/pysimCoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

library = Library()
library.setGeometry(0, 0, 400, h)
library.setMaximumSize(400,h)
library.setMinimumSize(400,h)
library.setMaximumWidth(400)
library.setMinimumWidth(400)
library.show()
library.setWindowState(Qt.WindowState.WindowMaximized)

Expand Down

0 comments on commit c8b7382

Please sign in to comment.