mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
12 lines
No EOL
421 B
Text
Executable file
12 lines
No EOL
421 B
Text
Executable file
# ==============================================================================
|
|
# OPEN/LIBREOFFICE SPECIFIC SETTINGS
|
|
# ==============================================================================
|
|
|
|
style "ooo_stepper_hack"
|
|
{
|
|
GtkScrollbar::stepper-size = 13
|
|
GtkScrollbar::has-backward-stepper = 1
|
|
GtkScrollbar::has-forward-stepper = 1
|
|
}
|
|
|
|
widget "*openoffice-toplevel*" style "ooo_stepper_hack" |