time delta for time diff view is changeable
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from PySide6.QtWidgets import QWidget, QHBoxLayout
|
||||
|
||||
|
||||
class HBox(QWidget):
|
||||
def __init__(self, *widgets: QWidget):
|
||||
super(HBox, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user