fix icon sizes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user