pangolin_desktop icon indicating copy to clipboard operation
pangolin_desktop copied to clipboard

[Settings] Center hint text in search bar and fix padding.

Open whiskeyPeak opened this issue 2 years ago • 4 comments

Centers search bar hint text by increasing it to 46 pixels high. Will submit an issue to the flutter repo.

Also fixes some padding to make the search bar more symmetric.

whiskeyPeak avatar Aug 13 '22 19:08 whiskeyPeak

Before: Screenshot from 2022-08-13 20-33-33

After: Screenshot from 2022-08-13 20-33-04

whiskeyPeak avatar Aug 13 '22 19:08 whiskeyPeak

Also added a maximum 15 character limit to limit overflow within the searchbar

whiskeyPeak avatar Aug 13 '22 19:08 whiskeyPeak

You should probably just have the text scroll instead of limiting the text inside of it.

Wdym? Like revert back to it having an unlimited length?

whiskeyPeak avatar Aug 18 '22 12:08 whiskeyPeak

Also added a maximum 15 character limit to limit overflow within the searchbar

Is it ok to do this?

I mean search bar can't have any word limit right?

DattatreyaReddy avatar Aug 26 '22 09:08 DattatreyaReddy