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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user