1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

plug-ins: Redesign of animation-playback

Reju developed a redesign of the Animation Playback
plug-in that more closely resembles standard playback
UIs (such as VLC Player).
The redesign also changes the progress bar to a GtkScale,
so users can move to different frames on the timeline
instead of always having to step through them one by one.
This commit is contained in:
Alx Sa
2025-07-23 00:34:53 +00:00
parent 963dde2b08
commit 4c76ea387a
2 changed files with 231 additions and 145 deletions

View File

@@ -306,6 +306,10 @@ toolbar {
background-color: @widget-bg-color;
}
toolbar.flat {
background-color: @bg-color;
}
/* Prevent overly thick border around image buttons */
.image-button image, button image {
-gtk-icon-shadow: 0 0 transparent;