akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 202 forks source link

Fix title overflow #721

Closed ovib closed 2 years ago

ovib commented 2 years ago
## Summary / How this PR fixes the problem?

Instead of using Gtk.HeaderBar.set_title() I use Gtk.HeaderBar.set_custom_title(), this way i can pass a widget. The widget that I created is simply a Label, with the property hexpand = true.

Screenshots

Before:

129959780-24e6864e-54d0-4a44-af6e-56811b5fd844(1)

After

ezgif com-gif-maker(1)

This PR fixes/implements the following bugs/features:

- Fixes #650 --- P.S. This is the first time I contribute to a open source project! Feel free to suggest any improvements I could make to the code :)