repo.or.cz
/
git-cola.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
models: remove the need for parameter registration
[git-cola.git]
/
cola
/
defaults.py
blob
07c7b9252e2df1f18617df1025f67a9e410b63f9
1
#!/usr/bin/env python
2
# Copyright (c) 2008 David Aguilar
3
4
import
os
5
from
PyQt4
.
QtCore
import
QEvent
6
7
INOTIFY_EVENT
=
QEvent
.
User
+
0
8
DIRECTORY
=
os
.
getcwd
()
9
10
WIDTH
=
780
11
HEIGHT
=
600
12
13
X
=
262
14
Y
=
254