mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fix a label width size issue.
This commit is contained in:
@@ -143,7 +143,7 @@ namespace UICatalog.Scenarios {
|
||||
TextAlignment = TextAlignment.Centered,
|
||||
X = Pos.Right (_btnPrevious) + 1,
|
||||
Y = Pos.Top (_btnPrevious),
|
||||
Width = Dim.Fill () - Dim.Width (_btnAdd) - 1,
|
||||
Width = Dim.Fill () - Dim.Function (() => _btnAdd.Frame.Width + 1),
|
||||
Height = 1
|
||||
};
|
||||
_frmMenu.Add (_lblMenuBar);
|
||||
|
||||
Reference in New Issue
Block a user