8000 Make "Clear History" dialog taller by felipeerias · Pull Request #1857 · Igalia/wolvic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make "Clear History" dialog taller #1857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

felipeerias
Copy link
Collaborator

Make the "Clear History" dialog slightly taller
so all options can be visible.

Fixes #1853

Make the "Clear History" dialog slightly taller
so all options can be visible.

Fixes #1853
@felipeerias
Copy link
Collaborator Author

com igalia wolvic dev-20250514-145747

@@ -274,6 +274,9 @@
<dimen name="settings_dialog_width">600dp</dimen>
<dimen name="settings_dialog_height">360dp</dimen>

<!-- Language and voice settings -->
<dimen name="clear_history_height">400dp</dimen>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is setting a fixed height the right approach ? We may have problems in the future if a SOP upgrade changes some if the UI styles. Cant we set the height to a dynamic value, so that it depends on the content ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, fixed sizes are bad for interoperability among multiple devices. We probably need a scroll there...

Copy link
Member
@javifernandez javifernandez May 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather avoid scroll if possible, using content-size height for the window, with a max-height that would enable scroll as you said, but only in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing "Everything" opton in the Clear History dialog
3 participants
0