projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added $Id$ to the header
[wxWidgets.git]
/
src
/
gtk
/
minifram.cpp
diff --git
a/src/gtk/minifram.cpp
b/src/gtk/minifram.cpp
index 7cd36b9f8535b8c776a287d93bd24c6a800ec40f..9eda58cc16ec22a2441cf136c2dd22b7b088ddd6 100644
(file)
--- a/
src/gtk/minifram.cpp
+++ b/
src/gtk/minifram.cpp
@@
-105,7
+105,7
@@
static void gtk_window_own_expose_callback( GtkWidget *widget, GdkEventExpose *g
dc.DrawText( win->GetTitle(), 6, 3 );
if (style & wxCLOSE_BOX)
- dc.DrawBitmap( win->m_closeButton, win->m_width-19,
3
, true );
+ dc.DrawBitmap( win->m_closeButton, win->m_width-19,
2
, true );
}
}
}