dist_src_ui_gui_psppire_DATA = \
$(UI_FILES) \
- $(top_srcdir)/src/ui/gui/pspp.lang \
- $(top_srcdir)/src/ui/gui/psppire.gtkrc
+ $(top_srcdir)/src/ui/gui/pspp.lang
src_ui_gui_psppire_SOURCES = \
src/ui/gui/psppire-dialog.c \
+++ /dev/null
-#
-# Avoid making buttons inside the PSPPIRE data sheet and variable sheet
-# extra-tall. This allows more rows to fit on the screen, making data
-# easier to review.
-#
-style "thinbuttons" { ythickness = 0 }
-widget_class "*<PsppSheetView>*GtkButton" style : rc "thinbuttons"