Announcement

Collapse
No announcement yet.

Kubuntu Natty 11.04 & oxygen-gtk: Remove black resize grip on firefox

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kubuntu Natty 11.04 & oxygen-gtk: Remove black resize grip on firefox

    Add the following code into .gtkrc-2.0-kde4:
    Code:
    style "default-style"
    {
     GtkWindow::resize-grip-height = 0
     GtkWindow::resize-grip-width = 0
    }
    
    class "GtkWidget" style "default-style"
    Here's an example:
    Code:
    # This file was written by KDE
    # You can edit it in the KDE control center, under "GTK Styles and Fonts"
    
    include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
    
    style "user-font"
    {
    	font_name="Ubuntu"
    }
    widget_class "*" style "user-font"
    
    gtk-theme-name="oxygen-gtk"
    gtk-font-name="Ubuntu 10"
    
    style "default-style"
    {
     GtkWindow::resize-grip-height = 0
     GtkWindow::resize-grip-width = 0
    }
    
    class "GtkWidget" style "default-style"
    ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

    #2
    Re: Kubuntu Natty 11.04 & oxygen-gtk: Remove black resize grip on firefox

    thanks man
    good tip!!

    Comment


      #3
      Re: Kubuntu Natty 11.04 & oxygen-gtk: Remove black resize grip on firefox

      Nice! Never noticed the black triangle before - I run my browsers, including FF, in full-screen. Added the section and reran FF, not full-screen. Nice.
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Re: Kubuntu Natty 11.04 & oxygen-gtk: Remove black resize grip on firefox

        Thanks! That was annoying me.

        Comment

        Working...
        X