【发布时间】:2019-07-19 03:58:05
【问题描述】:
再次卡住并寻求帮助。
这一次,我试图将图像与下方的文本一起放在按钮上。
到目前为止,这是我的代码中的一个 sn-p
Button:
canvas:
Rectangle:
# set rects size, pos = size, pos of the button
size:50,50
pos:self.pos
source:'icons/home.png'
text:'NCERT\nSolutions'
background_normal: ''
background_color: rgba("#FFFFE0")
color:0,0,0,1
halign:'center'
on_release:
app.root.current='flamingowindow'
这给出了以下结果
目标:图标应位于按钮的中间,下方的文字。
【问题讨论】: