Add setting to define previews animation time

This commit is contained in:
Charles Gagnon
2019-05-24 18:17:13 -04:00
parent 78760e2bf6
commit d2b969d157
4 changed files with 68 additions and 5 deletions

View File

@@ -413,12 +413,17 @@
<key type="s" name="window-preview-title-font-color">
<default>"#dddddd"</default>
<summary>Window previews title font color</summary>
<description>This defines the Window previews titles font color.</description>
<description>This defines the window preview titles font color.</description>
</key>
<key type="i" name="window-preview-title-font-size">
<default>14</default>
<summary>Window previews title font size</summary>
<description>This defines the Window previews titles font size.</description>
<description>This defines the window preview titles font size.</description>
</key>
<key type="i" name="window-preview-animation-time">
<default>300</default>
<summary>Window previews animation time</summary>
<description>This defines the window previews animation time.</description>
</key>
<key name="window-preview-title-font-weight" enum="org.gnome.shell.extensions.dash-to-panel.fontWeight">
<default>'inherit'</default>