diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-01-06 23:20:55 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-01-06 23:20:55 +0000 |
| commit | 800ab901f35b8113cd17d5c4607ce9a7890b9bf1 (patch) | |
| tree | d3c8f6e03d11fd1194db2704dfee84f96b72cf0f | |
| parent | Change menu icon sizes for windows from 13,13 to 16,16 (Closes: LP (diff) | |
| download | inkscape-800ab901f35b8113cd17d5c4607ce9a7890b9bf1.tar.gz inkscape-800ab901f35b8113cd17d5c4607ce9a7890b9bf1.zip | |
ditto last commit
(bzr r4416)
| -rw-r--r-- | build-dw2.xml | 2 | ||||
| -rw-r--r-- | build-sjlj.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-dw2.xml b/build-dw2.xml index 3397a086c..c1e120838 100644 --- a/build-dw2.xml +++ b/build-dw2.xml @@ -563,7 +563,7 @@ <!--<copy file="${gtk}/share/themes/MS-Windows/gtk-2.0/gtkrc" todir="${dist}/etc/gtk-2.0"/>--> <makefile file="${dist}/etc/gtk-2.0/gtkrc"> - gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16" + gtk-icon-sizes = "gtk-menu=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16" gtk-toolbar-icon-size = small-toolbar # disable images in buttons. i've only seen ugly delphi apps use this feature. diff --git a/build-sjlj.xml b/build-sjlj.xml index 343ee02ca..330aaccd3 100644 --- a/build-sjlj.xml +++ b/build-sjlj.xml @@ -548,7 +548,7 @@ <!--<copy file="${gtk}/share/themes/MS-Windows/gtk-2.0/gtkrc" todir="${dist}/etc/gtk-2.0"/>--> <makefile file="${dist}/etc/gtk-2.0/gtkrc"> - gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16" + gtk-icon-sizes = "gtk-menu=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16" gtk-toolbar-icon-size = small-toolbar # disable images in buttons. i've only seen ugly delphi apps use this feature. |
