-
Notifications
You must be signed in to change notification settings - Fork 75
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
delete dialogue #20
Comments
Thank you for the report. What WM/Desktop and application is the delete dialog from? There are no plans for variants with major differences in styling, as there's no easy way of making this configurable for every supported desktop and toolkit. I think such variants should be developed as separate forks. |
hi, its on gnome but is the same also on budgie. its just the standard delete dialogue in nautilus |
I see. Apparently the bar isn't visible on Adwaita either, so it makes sense to follow upstream on this. I'll fix this at some point, but it's not the highest priority at the moment. |
Bit of a status update. I investigated this awhile ago and it seemed that the modal dialog titlebar styling was intentional design choice from the original designer, and already present in the first version of the theme IIRC. Therefore I wouldn't like to remove it. Additionally it seemed that changing this would require quite big reorganizing of the theme stylesheet. IMHO the biggest visual issue with the current design is that there's no padding between the titlebar and the modal dialog message, which makes it look unbalanced. I was thinking about merely adding some padding there, rather than removing the titlebar altogether. Let me know if you have any feedback on this, or any other suggestions. |
I've added some padding between the dialog titlebar and content in a394a76, which IMHO looks much nicer: If anyone still wants to get rid of the dialog titlebar, it can be done with simple CSS injection, e.g.:
For GTK4,
Closing. |
firstly thanks for keeping arc alive!
secondly, this has been bothering me for ages https://i.imgur.com/0CU4TWB.png
themes without that top bar look so much better. can something be done?
thirdly, im dreaming about a compact version. but a lot of work i guess
The text was updated successfully, but these errors were encountered: