Skip to content

Commit

Permalink
Fix black margin in project list with scrollbar
Browse files Browse the repository at this point in the history
Fixes #12993.
  • Loading branch information
Nick-Hall committed Aug 27, 2023
1 parent e717b3c commit 034e776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gramps/gui/plug/_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ def create_projects_panel(self):
self.project_list.set_selection_mode(Gtk.SelectionMode.SINGLE)
self.project_list.connect("row-activated", self.__edit_project)
self.project_list.connect("row-selected", self.__project_selected)
self.project_list.set_margin_start(6)

sw = Gtk.ScrolledWindow()
sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
Expand Down

0 comments on commit 034e776

Please sign in to comment.