diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 5ef606b..a3b20f9 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -3950,7 +3950,8 @@ void FluxboxWindow::ungrabPointer(Time time) { | |||
3950 | void FluxboxWindow::associateClient(WinClient &client) { | 3950 | void FluxboxWindow::associateClient(WinClient &client) { |
3951 | 3951 | ||
3952 | FbWinFrame::ButtonId btn = frame().createTab(client.title(), | 3952 | FbWinFrame::ButtonId btn = frame().createTab(client.title(), |
3953 | new SetClientCmd(client)); | 3953 | new SetClientCmd(client), |
3954 | Fluxbox::instance()->getTabsPadding()); | ||
3954 | 3955 | ||
3955 | m_labelbuttons[&client] = btn; | 3956 | m_labelbuttons[&client] = btn; |
3956 | 3957 | ||