commit 40a61357af4c293daa721763d3303b3b25190f8e
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Thu May 3 21:28:09 2018 -0400

    Try some new icons for new dynamic inset and charstyle menus.
    
    Suggestions by Pavel. Also move menus on toolbars per his suggestions.
---
 lib/images/dynamic-char-styles.svgz          |  Bin 1586 -> 35286 bytes
 lib/images/dynamic-custom-insets.svgz        |  Bin 1586 -> 15903 bytes
 lib/images/oxygen/dynamic-char-styles.svgz   |  Bin 30164 -> 9105 bytes
 lib/images/oxygen/dynamic-custom-insets.svgz |  Bin 30164 -> 2272 bytes
 lib/ui/stdtoolbars.inc                       |    5 ++---
 5 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/images/dynamic-char-styles.svgz 
b/lib/images/dynamic-char-styles.svgz
index 715b5f3..b489775 100644
Binary files a/lib/images/dynamic-char-styles.svgz and 
b/lib/images/dynamic-char-styles.svgz differ
diff --git a/lib/images/dynamic-custom-insets.svgz 
b/lib/images/dynamic-custom-insets.svgz
index 715b5f3..dd52507 100644
Binary files a/lib/images/dynamic-custom-insets.svgz and 
b/lib/images/dynamic-custom-insets.svgz differ
diff --git a/lib/images/oxygen/dynamic-char-styles.svgz 
b/lib/images/oxygen/dynamic-char-styles.svgz
index 486a373..7a7855e 100644
Binary files a/lib/images/oxygen/dynamic-char-styles.svgz and 
b/lib/images/oxygen/dynamic-char-styles.svgz differ
diff --git a/lib/images/oxygen/dynamic-custom-insets.svgz 
b/lib/images/oxygen/dynamic-custom-insets.svgz
index 486a373..7350098 100644
Binary files a/lib/images/oxygen/dynamic-custom-insets.svgz and 
b/lib/images/oxygen/dynamic-custom-insets.svgz differ
diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc
index 54bea8a..02083ee 100644
--- a/lib/ui/stdtoolbars.inc
+++ b/lib/ui/stdtoolbars.inc
@@ -87,18 +87,17 @@ ToolbarSet
                Item "Toggle emphasis" "font-emph"
                Item "Toggle noun" "font-noun"
                Item "Apply last" "textstyle-apply"
+               DynamicMenu "dynamic-char-styles" "Character Styles"
                Separator
                Item "Insert math" "math-mode on"
                Item "Insert graphics" "dialog-show-new-inset graphics"
                TableInsert "Insert table"
+               DynamicMenu "dynamic-custom-insets" "Custom Insets"
                Separator
                Item "Toggle outline" "dialog-toggle toc"
                Item "Toggle math toolbar" "toolbar-toggle math"
                Item "Toggle table toolbar" "toolbar-toggle table"
                Item "Toggle review toolbar" "toolbar-toggle review"
-               Separator
-               DynamicMenu "dynamic-custom-insets" "Custom Insets"
-               DynamicMenu "dynamic-char-styles" "Character Styles"
        End
 
        Toolbar "view/update" "View/Update"

Reply via email to