Is there a built in way to align the top of an object with the bottom of another object?
オープン
- 主要言語
- Python
- スター
- 93.9k
- フォーク
- 7.7k
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 4
説明
sorry for the stupid question but here is what i'm trying to do:
` self.subtitle.move_to(x_axis).next_to(title, DOWN)
`
I'm trying to center subtitle with x_axis while making sure it is under subtitle. move_to moves it to the center of x_axis, but then next_to moves it to the center of title and DOWN. is there a way to move it just DOWN without centering it to title.
I tried align_to but it didnt work, since align_to, DOWN, aligns the bottom of subtitle to the bottom of title, i need it to be under.
Any help would be greatly appreciated.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。