mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-06 07:46:29 +02:00
Add MaxWidth property to Text and set in Window title rendering
This commit is contained in:
@@ -324,6 +324,7 @@ public sealed class Window(string title, int processId, int id, IRenderSource re
|
||||
["Color"] = Color.White,
|
||||
["Content"] = Title,
|
||||
["FontSize"] = 18,
|
||||
["MaxWidth"] = Size.Width - 8,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user