(From issue #1027) The Adjuster's spin button is now frameless to solve (as a workaround) alignment inconsistency.

This commit is contained in:
Hombre
2011-10-22 14:17:35 +02:00
parent 9057cd34ff
commit ab343546ad
14 changed files with 152 additions and 9 deletions

View File

@@ -142,6 +142,13 @@ style "clearlooks-spinbutton" {
}
}
style "clearlooks-framelessspinbutton" {
# IMPORTANT!
# base[NORMAL] must have the same color than notebook bg[NORMAL]
base[NORMAL] = shade (1.02, @rt_bg_color)
}
style "clearlooks-scale" {
xthickness = 2
ythickness = 2
@@ -190,6 +197,8 @@ style "clearlooks-vscrollbar" {
style "clearlooks-notebook_bg" {
# IMPORTANT!
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
bg[NORMAL] = shade (1.02, @rt_bg_color)
}
@@ -395,6 +404,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
widget "*.histButton" style "clearlooks-histButton"
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
# The window of the tooltip is called "gtk-tooltip"
##################################################################