Skip to content

Commit

Permalink
Additional comments
Browse files Browse the repository at this point in the history
  • Loading branch information
crahan authored Sep 19, 2020
1 parent c124a97 commit 1c4df7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnagotchi/plugins/default/memtemp.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def on_ui_setup(self, ui):
v_pos = (175, 61)

if self.options['orientation'] == "vertical":
# Dynamically create the required LabeledValue objects
for idx, field in enumerate(self.fields):
v_pos_x = v_pos[0]
v_pos_y = v_pos[1] + ((len(self.fields) - 3) * -1 * line_spacing)
Expand Down

0 comments on commit 1c4df7a

Please sign in to comment.