Merge lp:~dinko-metalac/sudoku-app/profiles-fixes into lp:~fredoust/sudoku-app/profiles

Proposed by Dinko Osmankovic
Status: Merged
Approved by: Frédéric Delgado
Approved revision: 65
Merged at revision: 66
Proposed branch: lp:~dinko-metalac/sudoku-app/profiles-fixes
Merge into: lp:~fredoust/sudoku-app/profiles
Diff against target: 42 lines (+4/-2)
3 files modified
components/AddProfileDialog.qml (+1/-1)
components/ManageProfileDialog.qml (+1/-1)
sudoku-app.qml (+2/-0)
To merge this branch: bzr merge lp:~dinko-metalac/sudoku-app/profiles-fixes
Reviewer Review Type Date Requested Status
Frédéric Delgado Approve
Review via email: mp+173656@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dinko Osmankovic (dinko-metalac) wrote :

Hi,

I just changed DefaultSheet to be fullscreen and removed some "a"s from the labels.

Cheers,
Dinko

Revision history for this message
Frédéric Delgado (fredoust) wrote :

Hello, thanks for that.

Frédéric.

2013/7/9 Dinko Osmankovic <email address hidden>

> Hi,
>
> I just changed DefaultSheet to be fullscreen and removed some "a"s from
> the labels.
>
> Cheers,
> Dinko
> --
>
> https://code.launchpad.net/~dinko-metalac/sudoku-app/profiles-fixes/+merge/173656
> You are requested to review the proposed merge of
> lp:~dinko-metalac/sudoku-app/profiles-fixes into
> lp:~fredoust/sudoku-app/profiles.
>

--
Frédéric Delgado
http://fdelgado.fr

Revision history for this message
Frédéric Delgado (fredoust) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'components/AddProfileDialog.qml'
--- components/AddProfileDialog.qml 2013-07-08 10:12:53 +0000
+++ components/AddProfileDialog.qml 2013-07-09 06:57:29 +0000
@@ -9,7 +9,7 @@
99
10 Dialog {10 Dialog {
11 id: addProfileDialogue11 id: addProfileDialogue
12 title: i18n.tr("Add a new profile")12 title: i18n.tr("Add new profile")
13 width: parent.width13 width: parent.width
1414
1515
1616
=== modified file 'components/ManageProfileDialog.qml'
--- components/ManageProfileDialog.qml 2013-07-08 10:12:53 +0000
+++ components/ManageProfileDialog.qml 2013-07-09 06:57:29 +0000
@@ -9,7 +9,7 @@
99
10 Dialog {10 Dialog {
11 id: editProfileDialogue11 id: editProfileDialogue
12 title: i18n.tr("Edit a profile")12 title: i18n.tr("Edit profile")
13 width: parent.width13 width: parent.width
1414
1515
1616
=== modified file 'sudoku-app.qml'
--- sudoku-app.qml 2013-07-08 15:56:42 +0000
+++ sudoku-app.qml 2013-07-09 06:57:29 +0000
@@ -425,6 +425,7 @@
425 id: profileSelector425 id: profileSelector
426 DefaultSheet {426 DefaultSheet {
427 title: i18n.tr("Select profile")427 title: i18n.tr("Select profile")
428 contentsHeight: mainView.height
428429
429 /*430 /*
430 Column {431 Column {
@@ -472,6 +473,7 @@
472 id: manageProfileSelector473 id: manageProfileSelector
473 DefaultSheet {474 DefaultSheet {
474 title: i18n.tr("Select profile")475 title: i18n.tr("Select profile")
476 contentsHeight: mainView.height
475477
476478
477479

Subscribers

People subscribed via source and target branches