From dbae4f58499946ec53d5f210ca6bf3af7574983f Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Tue, 26 Feb 2013 21:53:39 +0000 Subject: more theme tweaks --- muse2/share/scripts/RandomPosition1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/share/scripts/RandomPosition1') diff --git a/muse2/share/scripts/RandomPosition1 b/muse2/share/scripts/RandomPosition1 index 6f1e1fb8..885c725c 100755 --- a/muse2/share/scripts/RandomPosition1 +++ b/muse2/share/scripts/RandomPosition1 @@ -51,7 +51,7 @@ class Quantize(QtGui.QWidget): grid.addWidget(button, 3, 1) self.setLayout(grid) - self.resize(200, 100) + self.resize(300, 150) button.setFocus() def execute(self): -- cgit v1.2.3