summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 859d805)
raw | patch | inline | side by side (parent: 859d805)
author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 08:13:13 +0000 (03:13 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 08:13:13 +0000 (03:13 -0500) |
On Mac OS X wish does not draw borders around text fields, making the
field look like its not even there until the user focuses into it. I
don't know the Mac OS X UI standards very well, but that just seems
wrong. Other applications (e.g. Terminal.app) show their input boxes
with a sunken relief, so we should do the same.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
field look like its not even there until the user focuses into it. I
don't know the Mac OS X UI standards very well, but that just seems
wrong. Other applications (e.g. Terminal.app) show their input boxes
with a sunken relief, so we should do the same.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index c187e9bbc2cc2a0f3beda3982798101130b027eb..26b1f346fce866f0a87ced04dbacf464f2e4ff92 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
-font font_ui
label $w.name.l -text {Name:} -font font_ui
text $w.name.t \
+ -borderwidth 1 \
+ -relief sunken \
-height 1 \
-width 40 \
-font font_ui
-variable create_branch_revtype \
-font font_ui
text $w.from.exp.t \
+ -borderwidth 1 \
+ -relief sunken \
-height 1 \
-width 50 \
-font font_ui