mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI Tweaks
This commit is contained in:
@@ -4,6 +4,17 @@ namespace GHelper.UI
|
||||
{
|
||||
public class RButton : Button
|
||||
{
|
||||
|
||||
protected override CreateParams CreateParams
|
||||
{
|
||||
get
|
||||
{
|
||||
var parms = base.CreateParams;
|
||||
parms.Style &= ~0x02000000; // Turn off WS_CLIPCHILDREN
|
||||
return parms;
|
||||
}
|
||||
}
|
||||
|
||||
//Fields
|
||||
private int borderSize = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user