This commit is contained in:
Roberto Alsina 2020-02-01 15:55:39 -03:00
parent 385541e6dd
commit d18822a662

View File

@ -263,7 +263,7 @@ class Window(QObject):
self.xrandr_info[mon]["item"].update_visuals(self.xrandr_info[mon])
def show_pos(self, x, y):
self.pos_label.setText(f'{x},{y}')
self.pos_label.setText(f"{x},{y}")
self.pos_label.resize(self.pos_label.sizeHint())
def monitor_moved(self):