diff options
author | John Stebbins <[email protected]> | 2019-07-29 17:02:35 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-07-29 17:02:35 -0700 |
commit | 7da18f58c009aa2e74b26f3249d4976a6b1107a6 (patch) | |
tree | e3e28a354109b245373c586c56f37fc53459efbc /gtk | |
parent | 7192eab2b82783c7a180865e35dc39f1d0a31a90 (diff) |
LinGui: gtk4 port, use rotation transform in settings stack
Because we can :*p
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb4.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb4.ui b/gtk/src/ghb4.ui index d71f71f5a..abb3dc5e2 100644 --- a/gtk/src/ghb4.ui +++ b/gtk/src/ghb4.ui @@ -2426,7 +2426,7 @@ Modifications will be discarded.</property> <child> <object class="GtkStack" id="SettingsStack"> <property name="homogeneous">True</property> - <property name="transition-type">GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT</property> + <property name="transition-type">GTK_STACK_TRANSITION_TYPE_ROTATE_LEFT_RIGHT</property> <property name="transition-duration">400</property> <property name="visible">True</property> <property name="can_focus">False</property> |