mirror of https://github.com/GNOME/gimp.git
set GtkButton::focus-line-width to 1 and GtkButton::focus-padding to 0,
2007-04-30 Michael Natterer <mitch@gimp.org> * themes/Default/gtkrc: set GtkButton::focus-line-width to 1 and GtkButton::focus-padding to 0, just like in the Small theme (it was always meant to be that way, stupid copy'n'paste...) svn path=/trunk/; revision=22367
This commit is contained in:
parent
00c92975ed
commit
617706892f
|
@ -1,3 +1,9 @@
|
||||||
|
2007-04-30 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* themes/Default/gtkrc: set GtkButton::focus-line-width to 1 and
|
||||||
|
GtkButton::focus-padding to 0, just like in the Small theme (it
|
||||||
|
was always meant to be that way, stupid copy'n'paste...)
|
||||||
|
|
||||||
2007-04-29 Christophe Merlet <redfox@redfoxcenter.org>
|
2007-04-29 Christophe Merlet <redfox@redfoxcenter.org>
|
||||||
|
|
||||||
* configure.in: Added "oc" (Occitan) to ALL_LINGUAS.
|
* configure.in: Added "oc" (Occitan) to ALL_LINGUAS.
|
||||||
|
|
|
@ -87,10 +87,10 @@ widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
|
||||||
|
|
||||||
style "gimp-dockable-style" = "gimp-default-style"
|
style "gimp-dockable-style" = "gimp-default-style"
|
||||||
{
|
{
|
||||||
GimpFrame::label_bold = 0
|
GimpFrame::label_bold = 0
|
||||||
GimpFrame::label_spacing = 2
|
GimpFrame::label_spacing = 2
|
||||||
GtkButton::focus_line_width = 0
|
GtkButton::focus_line_width = 1
|
||||||
GtkButton::focus_line_padding = 0
|
GtkButton::focus_padding = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
widget "*GimpDockable.*" style "gimp-dockable-style"
|
widget "*GimpDockable.*" style "gimp-dockable-style"
|
||||||
|
|
Loading…
Reference in New Issue