diff options
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 24df816..19d7a4d 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.cc,v 1.98 2003/07/10 11:48:14 fluxgen Exp $ | 25 | // $Id: Toolbar.cc,v 1.99 2003/07/10 13:46:47 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -548,6 +548,11 @@ void Toolbar::reconfigure() { | |||
548 | else if (frame.workspace_label_w > frame.clock_w) | 548 | else if (frame.workspace_label_w > frame.clock_w) |
549 | frame.clock_w = frame.workspace_label_w; | 549 | frame.clock_w = frame.workspace_label_w; |
550 | 550 | ||
551 | frame.psbutton.window().setBorderWidth(theme().buttonBorderWidth()); | ||
552 | frame.nsbutton.window().setBorderWidth(theme().buttonBorderWidth()); | ||
553 | frame.pwbutton.window().setBorderWidth(theme().buttonBorderWidth()); | ||
554 | frame.nwbutton.window().setBorderWidth(theme().buttonBorderWidth()); | ||
555 | |||
551 | // Right, let's break this one down.... | 556 | // Right, let's break this one down.... |
552 | // full width, minus clock, workspace label and the 4 arrow buttons. | 557 | // full width, minus clock, workspace label and the 4 arrow buttons. |
553 | // each of the (6) aforementioned items are separated by a bevel width, | 558 | // each of the (6) aforementioned items are separated by a bevel width, |