mirror of
https://github.com/ralsina/xrandroll.git
synced 2025-06-26 22:31:59 -03: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])
|
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):
|
||||||
|
Reference in New Issue
Block a user