mobile, QML UI: ssrfButton and download controls resizable

Make the ssrfButton and the pull down menu's on the download page
resizable. Notice that also the contents of the pulldown
menu's is scaled based on the font size.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-09-25 19:58:12 +02:00 committed by Dirk Hohndel
parent f6ee900826
commit be1d3a7986
2 changed files with 19 additions and 4 deletions

View file

@ -15,6 +15,7 @@ Button {
contentItem: Text {
id: buttonText
text: root.text
font.pointSize: subsurfaceTheme.regularPointSize
anchors.centerIn: buttonBackground
color: root.pressed ? subsurfaceTheme.darkerPrimaryTextColor :subsurfaceTheme.primaryTextColor
}