mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-22 15:04:37 +00:00
parent
7ce49d7d68
commit
45c0ac4104
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue