mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Change Black/White button labels to not include the arrow
This commit is contained in:
parent
3f36a085fe
commit
f5e98572e5
1 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ class StripViewer:
|
||||||
|
|
||||||
# create the black button
|
# create the black button
|
||||||
blackbtn = Button(frame2,
|
blackbtn = Button(frame2,
|
||||||
text='<- Black',
|
text='Black',
|
||||||
command=self.__toblack)
|
command=self.__toblack)
|
||||||
blackbtn.grid(row=0, column=0, rowspan=2, sticky=W, padx=padx)
|
blackbtn.grid(row=0, column=0, rowspan=2, sticky=W, padx=padx)
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ class StripViewer:
|
||||||
|
|
||||||
# create the white button
|
# create the white button
|
||||||
whitebtn = Button(frame2,
|
whitebtn = Button(frame2,
|
||||||
text='White ->',
|
text='White',
|
||||||
command=self.__towhite)
|
command=self.__towhite)
|
||||||
whitebtn.grid(row=0, column=2, rowspan=2, sticky=E, padx=padx)
|
whitebtn.grid(row=0, column=2, rowspan=2, sticky=E, padx=padx)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue