From: hrwatahiki Date: Sat, 27 Apr 2013 01:52:50 +0000 (+0000) Subject: ヘルプ修正 X-Git-Tag: 1.2.1~24 X-Git-Url: http://git.osdn.net/view?p=pydun%2FPydun.git;a=commitdiff_plain;h=5c9cf363dba59a42afab3f8e28d10ad0b65d63aa ヘルプ修正 git-svn-id: https://svn.osdn.net/svnroot/pydun/trunk@23 44a3fe10-d6a8-4042-99bc-5bf971f0e03b --- diff --git a/Pydun.exe b/Pydun.exe index 6aae6ed..12bf7d4 100644 Binary files a/Pydun.exe and b/Pydun.exe differ diff --git a/Pydun.py b/Pydun.py index 1151ee3..96f2769 100644 --- a/Pydun.py +++ b/Pydun.py @@ -1300,13 +1300,13 @@ class PydunColorDialog(QtGui.QColorDialog): getcolorfromstring( config.get(index, "#FFFFFF")).rgb()) self.updateconfig() - + def updateconfig(self): self._config = dict() for index in range(self.customCount()): self._config[index] = getcolorstring( QtGui.QColor.fromRgb(self.customColor(index))) - + def exec_(self): super(PydunColorDialog, self).exec_() self.updateconfig() @@ -1314,8 +1314,8 @@ class PydunColorDialog(QtGui.QColorDialog): @property def config(self): return self._config - - + + def getcolorstring(color): return "#{r:02x}{g:02x}{b:02x}".format(r=color.red(), g=color.green(), b=color.blue()) diff --git a/help/css/pydun.css b/help/css/pydun.css index 8b599d4..36a805a 100644 --- a/help/css/pydun.css +++ b/help/css/pydun.css @@ -1,3 +1,6 @@ +* { + line-height: 1.5em; +} h2 { border-left-style: solid; border-left-width: thick; diff --git a/help/index.html b/help/index.html index 7ea3ef0..725f8b1 100644 --- a/help/index.html +++ b/help/index.html @@ -37,11 +37,16 @@

座標設定

メニューの[編集]-[座標設定]から、座標の基準点を変更できます。[座標設定]を選択後、メイン画面の基準点をクリックすると、座標入力ダイアログが出てきますので、座標を入力してください。座標は+999から-999まで入力できます。

座標設定ダイアログ +

[送る]への登録

+

*.pydunを右クリックして、[送る]-[Pydun.exe]で起動直後にそのファイルを開くことができます。これを行うためには、あらかじめ、ユーザーフォルダーの中にある[SendTo]フォルダーに[Pydun.exe]のショートカットをコピーする必要があります。[SendTo]フォルダーの位置はOSによって違います。

+

仕様詳細

変更来歴

@@ -49,7 +54,7 @@ - + @@ -71,6 +76,7 @@
  • 使い方(チュートリアル)
  • マップのサイズ
  • 座標設定
  • +
  • [送る]への登録
  • 仕様詳細
  • 変更来歴
  • バージョン公開日内容
    1.0.32013-04-25いわゆる「送る」に対応。設定保存機能を追加。1.0.32013-04-26いわゆる[送る]に対応。設定保存機能を追加。
    1.0.22013-04-13詳細に漢字があると保存に失敗するのを修正。メニュー表記の見直し。ヘルプの追記。