diff options
author | Robert Jonsson <spamatica@gmail.com> | 2013-02-26 21:53:39 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2013-02-26 21:53:39 +0000 |
commit | dbae4f58499946ec53d5f210ca6bf3af7574983f (patch) | |
tree | 74fe099b02bbbc16372e1ae65afd399c6884d2a7 /muse2/share/scripts | |
parent | dbaaf5adb0f0b12a73d504b486f7385dfd5103ea (diff) |
more theme tweaks
Diffstat (limited to 'muse2/share/scripts')
-rwxr-xr-x | muse2/share/scripts/RandomPosition1 | 2 |
1 files changed, 1 insertions, 1 deletions
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): |