Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
小さなアイコンのみのボタンと短いテキストラベルのボタンの両方を持つボタンバーがあります。問題は、ボタンの幅をその内容に対して相対的に設定したいときに、各ボタンのパディングが大きくなることです。以下は私の問題の実例です :
ボタンバーの buttonWidth を 32 に設定できます。これは、アイコンでは正常に機能しますが、テキストでは機能しません。ボタンの巨大なパディングを削除する方法はありますか?
あなたがそこにいることを理解していれば、ボタンバータグ内で次のようなレイアウトを使用できます。
<s:layout> <s:HorizontalLayout variableColumnWidth="true" gap="0"/> </s:layout>