[multimedia/kdenlive] src/ui: timeremap: move keyframe type selector to toolbar
Jean-Baptiste Mardelle <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4c1b699ddb6031b7214a81775a76f4e60ae8ba6c by Jean-Baptiste Mardelle, on behalf of Yash Bavadiya.
Committed on 18/08/2026 at 08:31.
Pushed by mardelle into branch 'master'.
timeremap: move keyframe type selector to toolbar
Puts the type selector next to the keyframe buttons instead of below the
speed fields, so it sits with the other per keyframe controls. Layout only,
the widget keeps its name and signal wiring.
M +10 -14 src/ui/timeremap_ui.ui
https://invent.kde.org/multimedia/kdenlive/-/commit/4c1b699ddb6031b7214a81775a76f4e60ae8ba6c
diff --git a/src/ui/timeremap_ui.ui b/src/ui/timeremap_ui.ui
index a9271f75bb..20b79f622b 100644
--- a/src/ui/timeremap_ui.ui
+++ b/src/ui/timeremap_ui.ui
@@ -191,6 +191,16 @@ SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
</property>
</widget>
</item>
+ <item>
+ <widget class="QLabel" name="label_type">
+ <property name="text">
+ <string>Type</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="kfr_type"/>
+ </item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
@@ -286,20 +296,6 @@ SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
</item>
</layout>
</item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_15">
- <item>
- <widget class="QLabel" name="label_type">
- <property name="text">
- <string>Type</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="kfr_type"/>
- </item>
- </layout>
- </item>
</layout>
</widget>
</item>