Skip to content

Commit f747133

Browse files
committed
git-gui: Use system default labelframe bordering.
In the new branch dialog and delete branch dialog we are using the system default labelframe border settings (whatever those are) and they look reasonable on both Windows and Mac OS X. But for some unknown reason to me I used a raised border for the options dialog. It doesn't look consistent anymore, so I'm switching it to the defaults. Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent b5b6b43 commit f747133

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

git-gui.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3243,11 +3243,9 @@ proc do_options {} {
32433243
pack $w.buttons -side bottom -fill x -pady 10 -padx 10
32443244

32453245
labelframe $w.repo -text "[reponame] Repository" \
3246-
-font font_ui \
3247-
-relief raised -borderwidth 2
3246+
-font font_ui
32483247
labelframe $w.global -text {Global (All Repositories)} \
3249-
-font font_ui \
3250-
-relief raised -borderwidth 2
3248+
-font font_ui
32513249
pack $w.repo -side left -fill both -expand 1 -pady 5 -padx 5
32523250
pack $w.global -side right -fill both -expand 1 -pady 5 -padx 5
32533251

0 commit comments

Comments
 (0)