ubports / ubuntu-touch

A simple and beautiful mobile OS for everyone! This repository is for Ubuntu Touch issue tracking. It does not contain any code used to create Ubuntu Touch.
https://ubports.com
1.28k stars 109 forks source link

Too small size of back button #2122

Open uxes opened 1 year ago

uxes commented 1 year ago

Description of the feature

As a grown man with big fingers, i would love to have back button to have bigger area to be clicked on, ideal size could be that one that is in cinny application

Illustrations

too small size of element image

the ideal size image

lduboeuf commented 1 year ago

I agree a bit small for me as well. but changing that is not as easy as it seems to be.

r4vanan commented 1 year ago

i am agree with you. same feeling for me too

eMPee584 commented 8 months ago

I agree a bit small for me as well. but changing that is not as easy as it seems to be.

Well where is the size defined? wouldn't QML allow overriding this with sort of a user stylesheet?

lduboeuf commented 8 months ago

I agree a bit small for me as well. but changing that is not as easy as it seems to be.

Well where is the size defined? wouldn't QML allow overriding this with sort of a user stylesheet?

Somewhere here https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/tree/main ...

lduboeuf commented 8 months ago

I agree a bit small for me as well. but changing that is not as easy as it seems to be.

Well where is the size defined? wouldn't QML allow overriding this with sort of a user stylesheet?

Somewhere here https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/tree/main ...

more precisely: https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/blob/main/src/imports/Components/Themes/Ambiance/1.3/PageHeaderStyle.qml#L95

But it is general to all actions we see in the header, so need special handling, test on small screen and big ones...

We could maybe better override the back Action here: https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/blob/main/src/imports/Components/1.3/AdaptivePageLayout.qml#L717