aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/html/horizontalline.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/messages/html/horizontalline.go')
-rw-r--r--ui/messages/html/horizontalline.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/messages/html/horizontalline.go b/ui/messages/html/horizontalline.go
index 32761aa..ff82397 100644
--- a/ui/messages/html/horizontalline.go
+++ b/ui/messages/html/horizontalline.go
@@ -36,6 +36,11 @@ func NewHorizontalLineEntity() *HorizontalLineEntity {
}}
}
+func (he *HorizontalLineEntity) AdjustStyle(fn AdjustStyleFunc) Entity {
+ he.BaseEntity = he.BaseEntity.AdjustStyle(fn).(*BaseEntity)
+ return he
+}
+
func (he *HorizontalLineEntity) Clone() Entity {
return NewHorizontalLineEntity()
}