diff --git a/shell/frame/RightPanel.py b/shell/frame/RightPanel.py index 18bf6d40..3c362d24 100644 --- a/shell/frame/RightPanel.py +++ b/shell/frame/RightPanel.py @@ -27,7 +27,7 @@ class RightPanel(GridGroup): color=IconColor(buddy.get_color())) icon.connect('clicked', self.__buddy_clicked_cb, buddy) - row = self.get_n_children() + 2 + row = self.get_n_children() constraints = GridConstraints(0, row , 1, 1, 6) self._layout.set_constraints(icon, constraints)