2014-12-02 56 views
1

我被光環圍繞checkbutton單選&菜單標籤...光環圍繞按鈕及checkbutton

我怎麼能去掉這個光環? (你可以看到周圍有按鈕亮界)

Picture

我使用下面的設置,不知道如果我錯過了什麼

set default_font {lucida -12 normal } 
option add *font $default_font 
option add *background #D4D0C8 
option add *foreground #000000 
option add *activeBackground #ececec 
option add *activeForeground #100 
option add *selectBackground #c3c3c3 
option add *disableForeground #a3a3a3 
option add *troughColor #c3c3c3 
option add *highlightBackground #d9d9d9 
option add *width 2 

回答

1

我不能完全確定爲checkbuttons呈現不同在我的系統上(不同的操作系統),但該環將是邊界或高光環。通過配置-borderwidth選項,可以通過將其寬度設置爲零來刪除邊框。通過配置-highlightthickness選項,高光(a.k.a.焦點)環可通過將其寬度設置爲零來刪除。

它們分別對應borderWidthhighlightThickness選項屬性。