aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-24 15:19:02 (GMT)
committersimonb <simonb>2006-03-24 15:19:02 (GMT)
commit872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (patch)
tree5224c5d6c27d22d4b0469fc22d3629e619d6c547 /src/FbWinFrame.cc
parent8a36df5a7b5736a611b7d618b812c61585515a79 (diff)
downloadfluxbox-872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3.zip
fluxbox-872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3.tar.bz2
fix alignment when shaded
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index 0e61492..e9c14c4 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -257,6 +257,7 @@ void FbWinFrame::shade() {
257 m_width_before_shade = m_window.width(); 257 m_width_before_shade = m_window.width();
258 m_height_before_shade = m_window.height(); 258 m_height_before_shade = m_window.height();
259 m_window.resize(m_window.width(), m_titlebar.height()); 259 m_window.resize(m_window.width(), m_titlebar.height());
260 alignTabs();
260 } else { // should be unshaded 261 } else { // should be unshaded
261 m_window.resize(m_width_before_shade, m_height_before_shade); 262 m_window.resize(m_width_before_shade, m_height_before_shade);
262 reconfigure(); 263 reconfigure();