From 31c77912d83144f265bc9842c09f89f0e8dc99ac Mon Sep 17 00:00:00 2001
From: rathnor <rathnor>
Date: Wed, 7 May 2003 12:16:09 +0000
Subject: fix alignment of unstuck default pixmap

---
 src/WinButton.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/WinButton.cc b/src/WinButton.cc
index 17ad179..32e51ff 100644
--- a/src/WinButton.cc
+++ b/src/WinButton.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-/// $Id: WinButton.cc,v 1.5 2003/05/06 23:58:08 fluxgen Exp $
+/// $Id: WinButton.cc,v 1.6 2003/05/07 12:16:09 rathnor Exp $
 
 #include "WinButton.hh"
 #include "App.hh"
@@ -207,7 +207,7 @@ void WinButton::drawType() {
                 if (gc() == 0) // must have valid graphic context
                     return;
                 window().fillRectangle(gc(),
-                                       width()/2, height()/2,
+                                       width()/2 - width()/10, height()/2 - height()/10,
                                        width()/5, height()/5);
             }
         }
-- 
cgit v0.11.2