You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
1.1 KiB

  1. gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
  2. gtk-toolbar-icon-size = small-toolbar
  3. # disable images in buttons. i've only seen ugly delphi apps use this feature.
  4. gtk-button-images = 0
  5. # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
  6. # the office apps use them heavily, though.
  7. gtk-menu-images = 1
  8. # use the win32 button ordering instead of the GNOME HIG one, where applicable
  9. gtk-alternative-button-order = 1
  10. style "msw-default"
  11. {
  12. GtkWidget::interior-focus = 1
  13. GtkOptionMenu::indicator-size = { 9, 5 }
  14. GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
  15. GtkSpinButton::shadow-type = in
  16. # Owen and I disagree that these should be themable
  17. #GtkUIManager::add-tearoffs = 0
  18. #GtkComboBox::add-tearoffs = 0
  19. GtkComboBox::appears-as-list = 1
  20. GtkComboBox::focus-on-click = 0
  21. GOComboBox::add_tearoffs = 0
  22. GtkTreeView::allow-rules = 0
  23. GtkTreeView::expander-size = 12
  24. GtkExpander::expander-size = 12
  25. GtkScrolledWindow::scrollbar_spacing = 1
  26. GtkSeparatorMenuItem::horizontal-padding = 2
  27. engine "wimp"
  28. {
  29. }
  30. }
  31. class "*" style "msw-default"