我正在尝试使按钮在AppJar中水平排列,而不是并排排列,但我无法使其正常工作
到目前为止,我已经尝试过:
dashboard.startLabelFrame("Exams", row=2, column=0, colspan=1)
dashboard.setSticky("ns")
dashboard.addButtons(["Create exam", "Modify exams", "Delete exams"], None)
dashboard.stopLabelFrame()
我使用setSticky方法尝试使其粘在标签框架的南北,但仍然没有区别。
答案 0 :(得分:0)
when { environment name: 'DEPLOY_TO', value: 'production' }
功能旨在专门并排对齐按钮。
如果要在彼此之间添加按钮,请使用多个呼叫.addButtons()
:
.addButton()