fix icon sizes

This commit is contained in:
cinamod
2003-11-05 21:19:13 +00:00
parent 65926243d3
commit 18db2c24e2
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
consistent with Win32 behavior.
* src/Theme/gtk-2.0/gtkrc: Make menubars have shadow=NONE. More
consisten with Win32 behavior, though Win32 apps tend to differ in this
area.
area. Setup menu and toolbar icon sizes to be compatible with win32
2003-11-04 Dom Lachowicz <cinamod@hotmail.com>

View File

@@ -1,3 +1,6 @@
# TODO: we should probably obtain these from a Win32 IconMetrics struct
gtk-icon-sizes="gtk-menu=16,16:gtk-small-toolbar=18,18:gtk-large-toolbar=24,24:gtk-dnd=32,32"
style "wimp-default"
{
GtkWidget::interior_focus = 1
@@ -10,10 +13,9 @@ style "wimp-default"
GtkTreeView::allow-rules = 0
GtkTreeView::expander_size = 11
engine "wimp"
{
}
}
class "*" style "wimp-default"