summaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorGravatar Hylke Bons <hylkebons@gmail.com>2011-09-04 17:08:40 +0200
committerGravatar Hylke Bons <hylkebons@gmail.com>2011-09-04 19:37:23 +0200
commitc4514b062a9866153c179d4b6ecf7972c9496891 (patch)
treeb63c1376e3d1249c2c876f6b0e805d5a079f1674 /profile.c
parenta6b9eaee0aa2ff67482560f4401e0dc6f2c79237 (diff)
downloadsubsurface-c4514b062a9866153c179d4b6ecf7972c9496891.tar.gz
Some UI beauty patches:
Uppercase first letter for each label word Tweak the paddings for easier reading Rename File menu to Log menu Add a separator before Quit in the Log menu Remove frame in extended diving info and add 6px padding Signed-off-by: Hylke Bons <hylkebons@gmail.com>
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 7a0a20828..c0313032d 100644
--- a/profile.c
+++ b/profile.c
@@ -200,7 +200,7 @@ GtkWidget *dive_profile_frame(void)
GtkWidget *frame;
GtkWidget *da;
- frame = gtk_frame_new("Dive profile");
+ frame = gtk_frame_new("Dive Profile");
gtk_widget_show(frame);
da = gtk_drawing_area_new();
gtk_widget_set_size_request(da, 450, 350);