From d171d01feb3c879d563f4aeed6b90fa69a2b22a6 Mon Sep 17 00:00:00 2001 From: andreasGBL <29144928+andreasGBL@users.noreply.github.com> Date: Sat, 16 Jul 2022 18:46:52 +0200 Subject: [PATCH] small GUI fix --- src/VideoCutWindow/videocutwindow.ui | 7 +++++++ src/videolowwindow.ui | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/VideoCutWindow/videocutwindow.ui b/src/VideoCutWindow/videocutwindow.ui index fe272dd..c510910 100644 --- a/src/VideoCutWindow/videocutwindow.ui +++ b/src/VideoCutWindow/videocutwindow.ui @@ -169,6 +169,13 @@ </property> </widget> </item> + <item> + <widget class="Line" name="line"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> diff --git a/src/videolowwindow.ui b/src/videolowwindow.ui index 4008d31..9c28916 100644 --- a/src/videolowwindow.ui +++ b/src/videolowwindow.ui @@ -646,7 +646,7 @@ <item> <widget class="QLabel" name="label_9"> <property name="text"> - <string>Videolänge:</string> + <string>Video length:</string> </property> </widget> </item>