Skip to content

Commit

Permalink
#3070 add dialogs for configuring many extra options
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 12, 2021
1 parent b056e6d commit 3bc4f41
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 21 deletions.
2 changes: 1 addition & 1 deletion xpra/gtk_common/gtk_util.py
Expand Up @@ -651,7 +651,7 @@ def add_row(self, widget, *widgets, **kwargs):
i += 1
self.inc()

def attach(self, widget, i, count=1,
def attach(self, widget, i=0, count=1,
xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.FILL,
xpadding=10, ypadding=0):
self.table.attach(widget, i, i+count, self.row, self.row+1,
Expand Down

0 comments on commit 3bc4f41

Please sign in to comment.