X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmdictionary%2Fqml%2FAboutWidget.qml;h=24ad67e2a67c9da88f311ad2ac1a337412cf214a;hb=91b18d1f5e041da961dee580db035e7ed253ce5a;hp=8dbcbd827ee2f0a1ec3d51ab8d4fede22db802e6;hpb=4cb16abfc532777b32ce3489dcc36fa44b6a0e1b;p=mdictionary diff --git a/src/mdictionary/qml/AboutWidget.qml b/src/mdictionary/qml/AboutWidget.qml index 8dbcbd8..24ad67e 100644 --- a/src/mdictionary/qml/AboutWidget.qml +++ b/src/mdictionary/qml/AboutWidget.qml @@ -3,8 +3,8 @@ import QtWebKit 1.0 Rectangle { id: item - width: 400; - height: 400; + //width: 400; + // height: 400; opacity: 1 anchors.fill: parent @@ -33,7 +33,7 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter textFormat: Text.RichText text: "Maemo/Meego Multilingual Dictionary
Copyright 2006-2010, Comarch S.A.
http://mdictionary.garage.maemo.org" - anchors.horizontalCenterOffset: 1 + anchors.horizontalCenterOffset: 0 onLinkActivated: linkClicked(link); } @@ -55,19 +55,18 @@ Rectangle { onLinkActivated: linkClicked(link); } - MyTextLineEdit{ - id: myTextLineEdit - x: 50 - y: 32 - width: 120 + Button{ + x:100; + y:100; + width: 500 height: 30 + textInButton: "ala ma kota" } - /*SearchBarWidget { + SearchBarWidget { id: searchbarwidget1 - x: 0 - y: 32 + y:50; + width: item.width; + height: 30; } - */ - }