[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kanagram] src/harmattan: Rename the "Help" option in the menu to "About" and the dialog accordingly
From:       Laszlo Papp <ext-laszlo.papp () nokia ! com>
Date:       2012-02-19 21:36:33
Message-ID: 20120219213633.737D5A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit dab7de35fa783f601148ff66097fe833bc4605a7 by Laszlo Papp.
Committed on 19/02/2012 at 22:20.
Pushed by lpapp into branch 'master'.

Rename the "Help" option in the menu to "About" and the dialog accordingly

M  +3    -3    src/harmattan/GamePage.qml
M  +3    -3    src/harmattan/MainPage.qml
M  +1    -1    src/harmattan/kanagram-harmattan.qrc

http://commits.kde.org/kanagram/dab7de35fa783f601148ff66097fe833bc4605a7

diff --git a/src/harmattan/GamePage.qml b/src/harmattan/GamePage.qml
index b6cef55..7e3f0fc 100644
--- a/src/harmattan/GamePage.qml
+++ b/src/harmattan/GamePage.qml
@@ -321,7 +321,7 @@ Page {
                         disabledTextColor: "gray";
                         checkedTextColor: "blue";
                         buttonWidth: 45;
-                        buttonHeight: 75;
+                        buttonHeight: 60;
                     }
 
                     onClicked: {
@@ -377,8 +377,8 @@ Page {
                         pressedTextColor: "pink";
                         disabledTextColor: "gray";
                         checkedTextColor: "blue";
-                        buttonWidth: 48;
-                        buttonHeight: 48;
+                        buttonWidth: 45;
+                        buttonHeight: 60;
                     }
 
                     onClicked: {
diff --git a/src/harmattan/MainPage.qml b/src/harmattan/MainPage.qml
index 9f235ef..a72f2d4 100644
--- a/src/harmattan/MainPage.qml
+++ b/src/harmattan/MainPage.qml
@@ -24,7 +24,7 @@ import com.nokia.extras 1.0
 Page {
 
     QueryDialog {
-        id: helpDialog;
+        id: aboutDialog;
         icon: "hi80-app-kanagram-harmattan.png";
         message: "Kanagram (Version 0.2.0)<br><br>(C) 2012 Laszlo Papp<br>lpapp@kde.org"
         acceptButtonText: "OK";
@@ -83,7 +83,7 @@ Page {
                 horizontalCenter: parent.horizontalCenter;
             }
 
-            text: i18n("Help");
+            text: i18n("About");
             font.pixelSize: 48;
 
             width: parent.width;
@@ -93,7 +93,7 @@ Page {
                     chalkSoundEffect.play();
                 }
 
-                helpDialog.open();
+                aboutDialog.open();
             }
         }
     }
diff --git a/src/harmattan/kanagram-harmattan.qrc b/src/harmattan/kanagram-harmattan.qrc
index 48cddb9..95c0bcc 100644
--- a/src/harmattan/kanagram-harmattan.qrc
+++ b/src/harmattan/kanagram-harmattan.qrc
@@ -31,7 +31,7 @@
         <file alias="settings.png">../../icons/common/settings.png</file>
         <file alias="kde-edu-logo.png">../../icons/common/kde-edu-logo.png</file>
         <file alias="hi80-app-kanagram-harmattan.png">../../icons/hi80-app-kanagram-harmattan.png</file>
-        <file alias="timer-pause.png">../../icons/timer-pause.png</file>
+        <file alias="timer-pause.png">../../icons/common/timer-pause.png</file>
 
     </qresource>
 </RCC>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic