Skip to content

Commit

Permalink
Hide extra resolution text
Browse files Browse the repository at this point in the history
  • Loading branch information
oRazeD committed Dec 12, 2021
1 parent 9d63317 commit ca07d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def draw(self, context):

row = box.row()
row.prop(grabDoc, "exportResX", text = 'Resolution')
row.prop(grabDoc, "exportResY")
row.prop(grabDoc, "exportResY", text = '')
row.prop(grabDoc, 'lockRes', icon_only = True, icon = "LOCKED" if grabDoc.lockRes else "UNLOCKED")

row = box.row()
Expand Down

0 comments on commit ca07d4b

Please sign in to comment.