mirror of
https://github.com/ralsina/xrandroll.git
synced 2025-07-21 02:39:38 +00:00
lint
This commit is contained in:
2
main.py
2
main.py
@@ -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):
|
||||
|
Reference in New Issue
Block a user