diff --git a/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/WidgetColumn.kt b/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/WidgetColumn.kt
index b08b3ba6..3f064a37 100644
--- a/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/WidgetColumn.kt
+++ b/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/WidgetColumn.kt
@@ -66,7 +66,7 @@ fun WidgetColumn(
Column(
- modifier = modifier
+ modifier = modifier.fillMaxWidth()
) {
val scope = rememberCoroutineScope()
Column {
diff --git a/core/i18n/src/main/res/values-zh-rTW/strings.xml b/core/i18n/src/main/res/values-zh-rTW/strings.xml
index 60750bb4..ba4f6b0f 100644
--- a/core/i18n/src/main/res/values-zh-rTW/strings.xml
+++ b/core/i18n/src/main/res/values-zh-rTW/strings.xml
@@ -66,7 +66,7 @@
西北偏西
西北
西北偏北
- https://en.wikipedia.org
+ https://zh.wikipedia.org/zh-tw/
來自維基百科
標題:%1$s
藝術家:%1$s
@@ -620,7 +620,7 @@
線上結果
應用程式
中間
- 顯示秒
+ 顯示秒數
底部
動態區域
自訂篩選器列
@@ -845,4 +845,9 @@
向上滑動
小工具
開啟 Tasks 應用程式
+ 不透明
+ 隱藏
+ 透明
+ 時鐘標記
+ 互動式播放器進度條
\ No newline at end of file