maoschanz / drawing

Simple image editor for Linux
https://maoschanz.github.io/drawing/
GNU General Public License v3.0
772 stars 99 forks source link

Custom widget for the window title #571

Open maoschanz opened 1 year ago

maoschanz commented 1 year ago

Use case

display subtitles to show editing status

(gtk4 removes the "set_subtitle" method for GtkHeaderbar)

Suggested solution

pack some labels in a gtk box by myself

Possible drawbacks

might look weird?

should ellipsize in responsive

Possible alternatives

no