psppire-cell-renderer-button: New cell renderer for GtkButton.
[pspp] / src / ui / gui / psppire.gtkrc
1 #
2 # Avoid making buttons inside the PSPPIRE data sheet and variable sheet
3 # extra-tall.  This allows more rows to fit on the screen, making data
4 # easier to review.
5 #
6 style "thinbuttons" { ythickness = 0 }
7 widget_class "*<PsppSheetView>*GtkButton" style : rc "thinbuttons"