Modernize customer panel UI and add agent workflow rules
This commit is contained in:
@@ -23,11 +23,14 @@
|
||||
Grid.ColumnSpan="2"
|
||||
Grid.Row="0">
|
||||
<Image Source="{DynamicResource appbar_star}"
|
||||
Width="48"
|
||||
Width="36"
|
||||
Height="36"
|
||||
Margin="0,6,0,0"
|
||||
Tag="MAINICO" />
|
||||
<Label Foreground="{DynamicResource mainForeground}"
|
||||
FontSize="16"
|
||||
Canvas.Top="10"
|
||||
<Label Foreground="{DynamicResource sectionTitleColor}"
|
||||
FontSize="19"
|
||||
FontWeight="SemiBold"
|
||||
Canvas.Top="8"
|
||||
Canvas.Left="40"
|
||||
Content="{x:Static resx:Resources.CustomLink}" />
|
||||
</Canvas>
|
||||
@@ -37,7 +40,7 @@
|
||||
<StackPanel x:Name="CustomLinkPanel"
|
||||
x:FieldModifier="private"
|
||||
Orientation="Vertical"
|
||||
Canvas.Top="50" />
|
||||
Canvas.Top="56" />
|
||||
</Canvas>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user