Skip to content

Commit

Permalink
fixed scrollarea resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Mar 29, 2024
1 parent 8be7ed1 commit ea2c0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlightreader/widgets/NlightTemplates/Info.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def resizeEvent(self, event):
self.update_manga_preview()

def scroll_area_resize_event(self, event):
self.ui.scrollAreaWidgetContents.setMaximumWidth(event.size().width())
self.ui.scrollAreaWidgetContents.setFixedWidth(event.size().width())

def sort_chapters(self):
self.sorted_chapters.clear()
Expand Down

0 comments on commit ea2c0e2

Please sign in to comment.