summaryrefslogtreecommitdiffstatshomepage
path: root/lineedit.go
diff options
context:
space:
mode:
authorAlexander Neumann <alexander.neumann@picos-software.com>2017-11-21 15:02:16 +0100
committerAlexander Neumann <alexander.neumann@picos-software.com>2017-11-21 15:02:16 +0100
commitbeacfb25f5a8921f8f3f4aa284fd4a3217581338 (patch)
tree44fda6320c010411646928efc09877487fe7878b /lineedit.go
parentImageView: Don't add drop shadow effect by default (diff)
downloadwireguard-windows-beacfb25f5a8921f8f3f4aa284fd4a3217581338.tar.xz
wireguard-windows-beacfb25f5a8921f8f3f4aa284fd4a3217581338.zip
More GraphicsEffects changes
Diffstat (limited to 'lineedit.go')
-rw-r--r--lineedit.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/lineedit.go b/lineedit.go
index 254e6174..07df29bd 100644
--- a/lineedit.go
+++ b/lineedit.go
@@ -50,7 +50,8 @@ func newLineEdit(parent Window) (*LineEdit, error) {
return nil, err
}
- le.GraphicsEffects().Add(DefaultDropShadowEffect)
+ le.GraphicsEffects().Add(InteractionEffect)
+ le.GraphicsEffects().Add(FocusEffect)
le.MustRegisterProperty("ReadOnly", NewProperty(
func() interface{} {