File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
src/client/Launcher/Windows Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 26
26
<Style Selector =" Border#ModalDarkening" >
27
27
<Setter Property =" Opacity" Value =" 0" />
28
28
</Style >
29
- <Style Selector =" Border#ModalDarkening.visible" >
29
+ <Style Selector =" Border#ModalDarkening.visible" >
30
30
<Setter Property =" Opacity" Value =" 1" />
31
31
</Style >
32
+ <Style Selector =" controls|AcrylicBorder:pointerover" >
33
+ <Setter Property =" CornerRadius" Value =" 50" />
34
+ </Style >
32
35
</Window .Styles>
33
36
34
37
<Grid RowDefinitions =" 48,*" >
101
104
Stretch =" Fill"
102
105
IsHitTestVisible =" False"
103
106
Grid.Row=" 1" />
104
- <!--
105
- <Image Source="../../image_logo.webp"
107
+
108
+ <controls : AcrylicBorder
109
+ Width =" 300"
110
+ Height =" 200"
111
+ Grid.Row=" 1"
112
+ BoxShadow =" 0 10 15 0 #6000"
113
+ >
114
+ <controls : AcrylicBorder .Transitions>
115
+ <Transitions >
116
+ <CornerRadiusTransition Property =" CornerRadius" Duration =" 0:0:0.50" />
117
+ </Transitions >
118
+ </controls : AcrylicBorder .Transitions>
119
+ </controls : AcrylicBorder >
120
+
121
+ <!-- <Image Source="../../image_logo.webp"
106
122
IsHitTestVisible="False"
107
123
Stretch="Uniform"
124
+ Width="280"
108
125
Grid.Row="1" />-->
109
126
110
127
<!-- this should only be visible in dev builds
113
130
Grid.Row=" 1"
114
131
VerticalAlignment =" Top"
115
132
Watermark =" Server address"
116
-
117
133
/>
118
134
119
135
<Border x : Name =" ModalDarkening"
You can’t perform that action at this time.
0 commit comments