summaryrefslogtreecommitdiffabout
path: root/korganizer
authorzautrix <zautrix>2005-02-19 22:16:06 (UTC)
committer zautrix <zautrix>2005-02-19 22:16:06 (UTC)
commit6c152b28df5d22b75b1b0dcef77073f0320c5710 (patch) (unidiff)
tree702ed341ef2eeebe00766f5969f4001dd4a0f814 /korganizer
parent1994c2c1e8d28b9ff7e4a42954f24dc8e48a9ff5 (diff)
downloadkdepimpi-6c152b28df5d22b75b1b0dcef77073f0320c5710.zip
kdepimpi-6c152b28df5d22b75b1b0dcef77073f0320c5710.tar.gz
kdepimpi-6c152b28df5d22b75b1b0dcef77073f0320c5710.tar.bz2
fixxhhh
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koagendaitem.cpp4
-rw-r--r--korganizer/mainwindow.cpp5
2 files changed, 7 insertions, 2 deletions
diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp
index 7b29ce7..d0a7b07 100644
--- a/korganizer/koagendaitem.cpp
+++ b/korganizer/koagendaitem.cpp
@@ -409,5 +409,5 @@ void KOAgendaItem::paintMe( bool selected, QPainter* paint )
409#ifndef DESKTOP_VERSION 409#ifndef DESKTOP_VERSION
410 align = ( AlignCenter|WordBreak); 410 align = ( AlignHCenter|WordBreak|AlignTop);
411#else 411#else
412 align = ( AlignCenter|BreakAnywhere|WordBreak); 412 align = ( AlignHCenter|BreakAnywhere|WordBreak|AlignTop);
413#endif 413#endif
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp
index 16031b8..a164fa4 100644
--- a/korganizer/mainwindow.cpp
+++ b/korganizer/mainwindow.cpp
@@ -289,2 +289,3 @@ MainWindow::MainWindow( QWidget *parent, const char *name, QString msg) :
289 //toggleBeamReceive(); 289 //toggleBeamReceive();
290 setFocusPolicy ( WheelFocus );
290} 291}
@@ -1280,2 +1281,3 @@ void MainWindow::keyBindings()
1280 i18n("<p><b>D</b>: One day view | <b>M</b>: Month view</p>\n")+ 1281 i18n("<p><b>D</b>: One day view | <b>M</b>: Month view</p>\n")+
1282 i18n("<p><b>K</b>: Week view in Month view syle</p>\n")+
1281 i18n("<p><b>E</b>: Edit selected item |<b> E+ctrl</b>: New Event</p>\n")+ 1283 i18n("<p><b>E</b>: Edit selected item |<b> E+ctrl</b>: New Event</p>\n")+
@@ -1628,2 +1630,5 @@ void MainWindow::keyPressEvent ( QKeyEvent * e )
1628 break; 1630 break;
1631 case Qt::Key_K:
1632 mView->viewManager()->showMonthViewWeek();
1633 break;
1629 case Qt::Key_I: 1634 case Qt::Key_I: