needed to remove TitleStyle setting This was something added automatically when we tried the new version of DotNetBar. We found problems so we went back to our previous version of DotNetBar.
need to move the _RibbonControl.Autosize setting out of the designer code module to here
This commit is contained in:
@@ -272,7 +272,6 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
//
|
||||
this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// itemContainer2
|
||||
//
|
||||
@@ -289,7 +288,6 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
//
|
||||
this.itemContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// itemContainer3
|
||||
//
|
||||
@@ -310,7 +308,6 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
//
|
||||
this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// btnNew
|
||||
//
|
||||
@@ -383,7 +380,6 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
//
|
||||
this.icRecentDocs.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// labelItem8
|
||||
//
|
||||
@@ -411,7 +407,6 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
//
|
||||
this.itemContainer5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// btnOptions
|
||||
//
|
||||
|
Reference in New Issue
Block a user