NickvisionApps/Denaro

Tags should be ellipsezed

UrtsiSantsi opened this issue · 5 comments

Otherwise if they are too long they can push everything to the right and completely hide the transactions.

Do you have proof of this?

The sidebar has a max-width set, so it shouldn't grow past '320' px or something like that

You cannot limit gtk control to something less than what they need, you can only limit the additional space that they may take. Unfortunately right now the gtk documentation is not available for some reason, so I can't provide link.

It was the can-shrink property on Gtk.Button needed to be set to true :)