我想制作一个按钮组,其中一个按钮占据休息宽度,一个按钮按内容设置固定宽度。如何实现这一点。
对于不同的分辨率,它看起来像这样:
| <- 100% -> |
| large button fill | fixed |
| <- 100% -> |
| large button fill | fixed |
| <- 100% -> |
| large button fill | fixed |
我测试了对齐,但它给出了相同大小的按钮。
答案 0 :(得分:0)
例如,如果固定宽度为20像素,则将按钮的宽度设置为apple=$(cut inputfile -d"=" -f2) #what stands after the = into a variable apple
if [ $apple = "Apple Is Red" ] ; then
echo "Hidden = true" >> true.txt
fi
。