mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-22 02:52:23 +00:00
lint
This commit is contained in:
parent
385541e6dd
commit
d18822a662
2
main.py
2
main.py
@ -263,7 +263,7 @@ class Window(QObject):
|
|||||||
self.xrandr_info[mon]["item"].update_visuals(self.xrandr_info[mon])
|
self.xrandr_info[mon]["item"].update_visuals(self.xrandr_info[mon])
|
||||||
|
|
||||||
def show_pos(self, x, y):
|
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())
|
self.pos_label.resize(self.pos_label.sizeHint())
|
||||||
|
|
||||||
def monitor_moved(self):
|
def monitor_moved(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user