author | hash <hash> | 2002-11-25 10:07:40 (UTC) |
---|---|---|
committer | hash <hash> | 2002-11-25 10:07:40 (UTC) |
commit | 6525f85bff4ef02e6636e1b9cfdb3440cdeed78c (patch) (side-by-side diff) | |
tree | 7f56d4a76fa0a54be9233f15749351dee2f9d753 /inputmethods | |
parent | e73898d0cda891308115871bfbfa4a2739275c6a (diff) | |
download | opie-6525f85bff4ef02e6636e1b9cfdb3440cdeed78c.zip opie-6525f85bff4ef02e6636e1b9cfdb3440cdeed78c.tar.gz opie-6525f85bff4ef02e6636e1b9cfdb3440cdeed78c.tar.bz2 |
for now, lets just disable the charset selection... there is something very
wrong with it.
-rw-r--r-- | inputmethods/handwriting/qimpenprefbase.ui | 8 | ||||
-rw-r--r-- | inputmethods/handwriting/qimpensetup.cpp | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/inputmethods/handwriting/qimpenprefbase.ui b/inputmethods/handwriting/qimpenprefbase.ui index 1639d1a..4189206 100644 --- a/inputmethods/handwriting/qimpenprefbase.ui +++ b/inputmethods/handwriting/qimpenprefbase.ui @@ -61,14 +61,14 @@ <cstring>multiStrokeSlider</cstring> </property> <property stdset="1"> - <name>minValue</name> - <number>250</number> - </property> - <property stdset="1"> <name>maxValue</name> <number>1000</number> </property> <property stdset="1"> + <name>minValue</name> + <number>250</number> + </property> + <property stdset="1"> <name>lineStep</name> <number>10</number> </property> diff --git a/inputmethods/handwriting/qimpensetup.cpp b/inputmethods/handwriting/qimpensetup.cpp index 5d49e03..10c136d 100644 --- a/inputmethods/handwriting/qimpensetup.cpp +++ b/inputmethods/handwriting/qimpensetup.cpp @@ -93,7 +93,7 @@ QIMPenSetup::QIMPenSetup( QIMPenProfile *p, QWidget *parent, QVBoxLayout *vb = new QVBoxLayout( this ); -#if 1 +#if 0 profileList.setAutoDelete( true ); QHBoxLayout *hb = new QHBoxLayout( vb ); hb->setMargin( 6 ); |