mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
improved API docs, removed duplicate code, refactored to make more readable
This commit is contained in:
@@ -324,8 +324,8 @@ namespace Terminal.Gui.ViewTests {
|
||||
private Label labelFill;
|
||||
private Label labelText;
|
||||
|
||||
public CustomButton (string fill, ustring text, int width, int height)
|
||||
{
|
||||
public CustomButton (string fill, ustring text, int width, int height) : base()
|
||||
{
|
||||
Width = width;
|
||||
Height = height;
|
||||
labelFill = new Label () { AutoSize = false, Width = Dim.Fill (), Height = Dim.Fill (), Visible = false };
|
||||
|
||||
Reference in New Issue
Block a user