• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ポータブルな Mekiku 互換ビューワ


コミットメタ情報

リビジョン8ee9b7313340f2b0ec480a25f9eff19563a2090c (tree)
日時2019-08-29 13:14:10
作者TAKAHASHI Tamotsu <ttakah+osdn@gmai...>
コミッターTAKAHASHI Tamotsu

ログメッセージ

use smaller buttons inside spinner

変更サマリ

差分

--- a/main.py
+++ b/main.py
@@ -303,6 +303,11 @@ Builder.load_string("""
303303 # this would be better if it were a textinput
304304 Widget:
305305 id: combottom
306+
307+<SpinnerOption>
308+ size_hint: 1, None
309+ height: "30dp"
310+ font_size: "12sp"
306311 """)
307312
308313