Created
November 5, 2009 04:12
-
-
Save mayuki/226715 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- ログ行数 --> | |
| <entry key="window.loglines">5</entry> | |
| <!-- フォント --> | |
| <entry key="window.font.family">Tahoma</entry> | |
| <!--entry key="window.font.size">9</entry--> | |
| <!-- 表示位置 --> | |
| <entry key="window.top">0</entry><!-- 880 --> | |
| <entry key="window.left">600</entry> | |
| <!-- 表示幅 --> | |
| <!--entry key="window.width">0</entry--> | |
| <!-- 透過率 0-255(Byte) (default: 255) --> | |
| <!--entry key="window.opacity">150</entry--> | |
| <entry key="window.input.opacity">150</entry> | |
| <!-- 透過率(最小値) (default: window.opacity * 0.3) --> | |
| <entry key="window.opacity.minimum">100</entry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment