diff options
Diffstat (limited to 'gui/components/StatusBox.qml')
-rw-r--r-- | gui/components/StatusBox.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/components/StatusBox.qml b/gui/components/StatusBox.qml index c4a4a08..00d0c2d 100644 --- a/gui/components/StatusBox.qml +++ b/gui/components/StatusBox.qml @@ -117,6 +117,8 @@ Item { MaterialButton { id: toggleVPN + // FIXME - this is a workaround. It will BREAK with i18n + width: 100 spacing: 8 anchors.horizontalCenter: parent.horizontalCenter |