Skip to content

Commit

Permalink
Fix flicking out of page bounds on dialog page
Browse files Browse the repository at this point in the history
  • Loading branch information
ckazzku committed Sep 11, 2015
1 parent 9a7e24e commit 8f0dafc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions qml/pages/DialogPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Page {

SilicaFlickable {
anchors.fill: parent
contentHeight: dialogPage.height

Label {
id: dialogTitle
Expand Down
20 changes: 10 additions & 10 deletions translations/harbour-kat-en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,37 @@
<context>
<name>DialogPage</name>
<message>
<location filename="../qml/pages/DialogPage.qml" line="182"/>
<location filename="../qml/pages/DialogPage.qml" line="183"/>
<source>Загрузить больше</source>
<translation>Load more</translation>
<translation type="unfinished">Load more</translation>
</message>
<message>
<location filename="../qml/pages/DialogPage.qml" line="198"/>
<location filename="../qml/pages/DialogPage.qml" line="199"/>
<source>Был(a) в сети: %1</source>
<translation>Last online at: %1</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/DialogPage.qml" line="236"/>
<location filename="../qml/pages/DialogPage.qml" line="237"/>
<source>Копировать текст</source>
<translation>Copy text</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/DialogPage.qml" line="281"/>
<location filename="../qml/pages/DialogPage.qml" line="282"/>
<source>Сообщение:</source>
<translation>Message:</translation>
</message>
<message>
<location filename="../qml/pages/DialogPage.qml" line="282"/>
<location filename="../qml/pages/DialogPage.qml" line="283"/>
<source>Сообщение</source>
<translation>Message</translation>
</message>
<message>
<location filename="../qml/pages/DialogPage.qml" line="292"/>
<location filename="../qml/pages/DialogPage.qml" line="293"/>
<source>Обновить</source>
<translation>Refresh</translation>
</message>
<message>
<location filename="../qml/pages/DialogPage.qml" line="297"/>
<location filename="../qml/pages/DialogPage.qml" line="298"/>
<source>Прикрепить изображение</source>
<translation>Attach image</translation>
</message>
Expand Down
14 changes: 7 additions & 7 deletions translations/harbour-kat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
<context>
<name>DialogPage</name>
<message>
<source>Загрузить больше</source>
<source>Сообщение:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Был(a) в сети: %1</source>
<source>Сообщение</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Копировать текст</source>
<source>Обновить</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Сообщение:</source>
<source>Прикрепить изображение</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Сообщение</source>
<source>Загрузить больше</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Обновить</source>
<source>Был(a) в сети: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Прикрепить изображение</source>
<source>Копировать текст</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand Down

0 comments on commit 8f0dafc

Please sign in to comment.