projects
/
shareboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be4cb77
)
Increase minimum size to 1024x768 for the widget.
author
Drew Fisher
<drew.m.fisher@gmail.com>
Fri, 8 Oct 2010 08:03:27 +0000
(
01:03
-0700)
committer
Drew Fisher
<drew.m.fisher@gmail.com>
Fri, 8 Oct 2010 08:03:27 +0000
(
01:03
-0700)
shareboard.cpp
patch
|
blob
|
history
diff --git
a/shareboard.cpp
b/shareboard.cpp
index 6701f0778c206fe0aea0650b9403389b7c5f9134..62831b956e06c030352584e475a3374a163ccb3d 100644
(file)
--- a/
shareboard.cpp
+++ b/
shareboard.cpp
@@
-19,7
+19,7
@@
Shareboard::Shareboard(QWidget* parent) : QWidget(parent) {
layout->addWidget(prompt);
layout->addWidget(canvas);
setLayout(layout);
- setMinimumSize(
640,480
);
+ setMinimumSize(
1024,768
);
// All real userIDs are positive, so we won't trigger the delete in postAction until setUserID is called
userID = -1;