Merge pull request #1185 from RumovZ/scrolling
Scroll pixels instead of columns horizontally
This commit is contained in:
commit
195c41cba3
@ -270,6 +270,8 @@ class Table:
|
||||
self._view.selectionModel().selectionChanged, self.browser.onRowChanged
|
||||
)
|
||||
self._view.setWordWrap(False)
|
||||
self._view.setHorizontalScrollMode(QAbstractItemView.ScrollPerPixel)
|
||||
self._view.horizontalScrollBar().setSingleStep(10)
|
||||
self._update_font()
|
||||
if not theme_manager.night_mode:
|
||||
self._view.setStyleSheet(
|
||||
|
Loading…
Reference in New Issue
Block a user