Skip to content

Commit 9ce0447

Browse files
authored
RevitRoomAnnotations: Исправление синтаксических ошибок (#461)
1 parent d3fee33 commit 9ce0447

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/RevitRoomAnnotations/Views/CustomStyles.xaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
5-
xmlns:local="clr-namespace:RevitListOfSchedules.Views"
6-
xmlns:controls="clr-namespace:Wpf.Ui.Controls;assembly=Wpf.Ui"
7-
xmlns:me="clr-namespace:dosymep.WpfCore.MarkupExtensions;assembly=dosymep.WpfCore">
5+
xmlns:controls="clr-namespace:Wpf.Ui.Controls;assembly=Wpf.Ui">
86
<ResourceDictionary.MergedDictionaries>
97
<ResourceDictionary
108
Source="pack://application:,,,/Wpf.Ui;component/Controls/DataGrid/DataGrid.xaml" />

src/RevitRoomAnnotations/Views/MainWindow.xaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7-
xmlns:base="clr-namespace:dosymep.WPF.Views"
8-
xmlns:local="clr-namespace:RevitRoomAnnotations.Views"
97
xmlns:vms="clr-namespace:RevitRoomAnnotations.ViewModels"
108
xmlns:b="http://schemas.microsoft.com/xaml/behaviors"
119
xmlns:core="clr-namespace:dosymep.WpfUI.Core"
@@ -119,12 +117,10 @@
119117
</ui:DataGrid>
120118
</Border>
121119
<StackPanel
122-
Grid.Row="3"
123-
Grid.Column="2"
120+
Grid.Row="2"
124121
Orientation="Horizontal"
125122
HorizontalAlignment="Right">
126123
<ui:TextBlock
127-
VerticalAlignment="Center"
128124
Style="{StaticResource CustomErrorText}"
129125
Text="{Binding ErrorText, UpdateSourceTrigger=PropertyChanged}" />
130126
<ui:Button

0 commit comments

Comments
 (0)