-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use a flat titlebar and rounded corners #4
Comments
Could you elaborate on what you mean by flat titlebar? Do you mean a smaller titlebar?
Yeah this is an issue since I'd like to avoid adding additional dependencies to the project since the focus of this project was literally just to have a single-file script with a nice GUI on top with as little lines of code as possible. Using a
Yeah I'm keen on this idea and it probably wouldn't be too hard to port to Vala since there isn't much functionality right now. I'll have to scour out what additional functionality to add to it though. If there isn't any additional functionality then I'd rather not port to Vala since the Python one does work as what I initially set out for this project. You're welcome to post feature request as issues and if I have enough bundled up I may work on the Vala port. |
As in using the flat style like you have in dialogues where the window titlebar is one with the window
It might be better tbh to just get the app to accept the "rounded" style that exists in the elementary stylesheet since it's worked like a charm in my current work to improve Olifant (elementary Calculator uses it too rather than Hdy)
I'm trying to bundle the app as a flatpak rn, I kinda wish that the flatpaked elementary app Sdk was officially out, because I'm going to have to specify the locally built one on every launch -_- |
There are a couple of ways to do this - altough I tried and couldn't manage to implement the simplest one which is to just use the flat header and rounded window style
So there are 2 options:
The text was updated successfully, but these errors were encountered: