Skip to content

Commit

Permalink
remove outermost padding
Browse files Browse the repository at this point in the history
On Windows the gap has a different background color from the notebook
widget, so let's just hide it.
  • Loading branch information
nhanb committed Jun 26, 2023
1 parent 9f1fe01 commit 3659dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcl/main.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ttk::frame .n.m -padding 5
ttk::frame .n.s -padding 5
.n add .n.m -text Main
.n add .n.s -text start.gg
grid .n -column 0 -row 0 -sticky NESW -padx 3 -pady 3
grid .n -column 0 -row 0 -sticky NESW

# Main tab:

Expand Down

0 comments on commit 3659dc3

Please sign in to comment.