Sync'ing docs re: --buttonsize=auto

This commit is contained in:
Bill Kendrick 2022-09-28 01:48:46 -07:00
parent 7a780c2f6b
commit aeed46eba9
10 changed files with 40 additions and 0 deletions

View file

@ -380,6 +380,9 @@
<p>
<i>SIZE</i> の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。 </p>
<p>
A value of "<code>auto</code>" may be provided, and Tux Paint will choose a suitable button size based on the size of Tux Paint's window (or fullscreen display). (For the default screen size of 800x600, it will be the default button size: "48".) </p>
<p class="note">
<span title="Information">&#128161;</span> <strong>注:</strong> 選択されたボタンのサイズが大きすぎて画面内に必要なすべてのインターフェースが表示しきれない場合は、できる限り大きなボタンサイズが使用されます。(その旨が<code>stderr</code>に出力されます) </p>
</dd>