summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorcinamod <cinamod>2003-11-05 21:19:13 +0000
committercinamod <cinamod>2003-11-05 21:19:13 +0000
commit18db2c24e2c1c637897a7698bd96dadf47512c93 (patch)
tree46278fb8788c695dcef55586afbb8fb0808b8f5c /modules
parent65926243d3b8c6ad10bd0f1a9fb93d8a1dc440b5 (diff)
downloadgtk+-18db2c24e2c1c637897a7698bd96dadf47512c93.tar.gz
fix icon sizes
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/engines/ms-windows/ChangeLog.old2
-rwxr-xr-xmodules/engines/ms-windows/Theme/gtk-2.0/gtkrc6
2 files changed, 5 insertions, 3 deletions
diff --git a/modules/engines/ms-windows/ChangeLog.old b/modules/engines/ms-windows/ChangeLog.old
index be844136b2..f6a2f409c5 100755
--- a/modules/engines/ms-windows/ChangeLog.old
+++ b/modules/engines/ms-windows/ChangeLog.old
@@ -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>
diff --git a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc
index 180395e7a4..2c280a3181 100755
--- a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc
+++ b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc
@@ -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"