大量更新
This commit is contained in:
@@ -389,7 +389,7 @@ public class ModifyTabApp
|
||||
Autodesk.Windows.RibbonButton iavBtn =
|
||||
new()
|
||||
{
|
||||
//Image = new System.Windows.Media.Imaging.BitmapImage(new Uri(icopath)),
|
||||
//Image = new System.Windows.Media.Imaging.BitmapImage(new NavigateUri(icopath)),
|
||||
Image = Resources.select_on_view_16px.ToBitmapSource(),
|
||||
Size = RibbonItemSize.Standard,
|
||||
ShowText = true,
|
||||
@@ -529,7 +529,7 @@ public class ModifyTabApp
|
||||
Autodesk.Windows.RibbonButton selFilterBtn =
|
||||
new()
|
||||
{
|
||||
//Image = new System.Windows.Media.Imaging.BitmapImage(new Uri(icopath)),
|
||||
//Image = new System.Windows.Media.Imaging.BitmapImage(new NavigateUri(icopath)),
|
||||
Image = Resources.select_filter_16px.ToBitmapSource(),
|
||||
LargeImage = Resources.select_filter_32px.ToBitmapSource(),
|
||||
Size = RibbonItemSize.Large,
|
||||
@@ -582,7 +582,7 @@ public class ModifyTabApp
|
||||
Autodesk.Windows.RibbonButton btn =
|
||||
new()
|
||||
{
|
||||
//Image = new System.Windows.Media.Imaging.BitmapImage(new Uri(icopath)),
|
||||
//Image = new System.Windows.Media.Imaging.BitmapImage(new NavigateUri(icopath)),
|
||||
Image = Resources.select_filter_16px.ToBitmapSource(),
|
||||
LargeImage = Resources.select_filter_32px.ToBitmapSource(),
|
||||
Size = RibbonItemSize.Large,
|
||||
|
||||
Reference in New Issue
Block a user