Fix accounts panel width (#1017)

fixes #797
This commit is contained in:
Sergey 2021-03-24 19:45:54 +03:00 committed by GitHub
parent 7ce49d7d68
commit 45c0ac4104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ namespace Dino.Ui.Util {
public class LabelHybrid : Stack {
public Label label = new Label("") { visible=true };
public Label label = new Label("") { visible=true, max_width_chars=1, ellipsize=Pango.EllipsizeMode.END };
protected Button button = new Button() { relief=ReliefStyle.NONE, visible=true };
internal virtual void init(Widget widget) {