Skip to content

Commit

Permalink
adjust size of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nachifur committed Aug 25, 2021
1 parent ffee29b commit bbb573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, parent, UpdateUI, get_type):
self.Uint = self.scrolledWindow_img.GetScrollPixelsPerUnit()
self.Status_number = self.m_statusBar1.GetFieldsCount()
self.img_size = [-1, -1]
self.width = 950
self.width = 1000
self.height = 600
self.start_flag = 0
self.x = -1
Expand Down

0 comments on commit bbb573e

Please sign in to comment.