Skip to content

Commit

Permalink
Title name was hidden due to the default width size is small.
Browse files Browse the repository at this point in the history
  • Loading branch information
joji2468ng committed Sep 9, 2023
1 parent 36d46b2 commit d6e130e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/scripts/mgear/rigbits/proxyGeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,8 @@ def __init__(self, parent=None):
super(proxyGeoUI, self).__init__(parent)

self.setWindowTitle("Proxy Geo Creator")
min_w = 155
default_w = 200
min_w = 230
default_w = 270
default_h = 230
self.setMinimumWidth(min_w)
self.resize(default_w, default_h)
Expand Down

0 comments on commit d6e130e

Please sign in to comment.