From c816c375e1fc7671e974ed49a993a80e7969658e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 1 Nov 2014 14:21:01 +0100 Subject: Shiny GTK3: enable resize-grip --- desktop-themes/Shiny/gtk-3.0/assets/Makefile.am | 1 + .../Shiny/gtk-3.0/assets/resize-grip.svg | 117 +++++++++++++++++++++ .../Shiny/gtk-3.0/gtk-widgets-assets.css | 2 +- desktop-themes/Shiny/gtk-3.0/gtk-widgets.css | 4 +- 4 files changed, 121 insertions(+), 3 deletions(-) create mode 100644 desktop-themes/Shiny/gtk-3.0/assets/resize-grip.svg (limited to 'desktop-themes') diff --git a/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am b/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am index 33ee7f91..10171543 100644 --- a/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am @@ -133,6 +133,7 @@ theme_DATA = \ radio-unselected-hover-alt.png \ radio-unselected-hover.png \ radio-unselected.png \ + resize-grip.svg \ scale-horizontal-fill-backdrop.png \ scale-horizontal-fill-disabled.png \ scale-horizontal-fill.png \ diff --git a/desktop-themes/Shiny/gtk-3.0/assets/resize-grip.svg b/desktop-themes/Shiny/gtk-3.0/assets/resize-grip.svg new file mode 100644 index 00000000..fa1f5872 --- /dev/null +++ b/desktop-themes/Shiny/gtk-3.0/assets/resize-grip.svg @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/desktop-themes/Shiny/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/Shiny/gtk-3.0/gtk-widgets-assets.css index 2fcc79c3..eb102378 100644 --- a/desktop-themes/Shiny/gtk-3.0/gtk-widgets-assets.css +++ b/desktop-themes/Shiny/gtk-3.0/gtk-widgets-assets.css @@ -4,7 +4,7 @@ .grip { background-color: transparent; - /*background-image: url("assets/resize-grip.svg");*/ + background-image: url("assets/resize-grip.svg"); } /************************* diff --git a/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css b/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css index a0429da9..bb1abbd3 100644 --- a/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css @@ -52,8 +52,8 @@ -GtkWidget-link-color: @link_color; -GtkWidget-visited-link-color: @link_color; -GtkWindow-decoration-button-layout: "close:"; - -GtkWindow-resize-grip-width: 0; - -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 13; + -GtkWindow-resize-grip-height: 13; -WnckTasklist-fade-overlay-rect: 0; background-origin: border-box; -- cgit v1.2.1