Ellipsize long titles
This commit is contained in:
parent
f2662b21c1
commit
f94d8f56c7
|
@ -29,7 +29,7 @@ public class ConversationTitlebarNoCsd : ConversationTitlebar, Gtk.Box {
|
||||||
}
|
}
|
||||||
|
|
||||||
private Box widgets_box = new Box(Orientation.HORIZONTAL, 0) { margin_start=15, valign=Align.END, visible=true };
|
private Box widgets_box = new Box(Orientation.HORIZONTAL, 0) { margin_start=15, valign=Align.END, visible=true };
|
||||||
private Label title_label = new Label("") { visible=true };
|
private Label title_label = new Label("") { ellipsize=EllipsizeMode.END, visible=true };
|
||||||
private Label subtitle_label = new Label("") { use_markup=true, ellipsize=EllipsizeMode.END, visible=false };
|
private Label subtitle_label = new Label("") { use_markup=true, ellipsize=EllipsizeMode.END, visible=false };
|
||||||
|
|
||||||
construct {
|
construct {
|
||||||
|
|
Loading…
Reference in a new issue