diff options
author | Unia <jthidskes@live.nl> | 2013-04-08 00:17:18 +0200 |
---|---|---|
committer | Unia <jthidskes@live.nl> | 2013-04-08 00:17:18 +0200 |
commit | 345e5759dce78e81851e7f3cfd5f6103455bc4d0 (patch) | |
tree | 121129b0d787c7e174c7bdc534d8306d5516ad0f /gstopwatch.c | |
parent | d8f418376532c59349988e3e5ee61b5f81e41838 (diff) |
expander is centralized now
Diffstat (limited to 'gstopwatch.c')
-rw-r--r-- | gstopwatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gstopwatch.c b/gstopwatch.c index 8ff2196..7405f65 100644 --- a/gstopwatch.c +++ b/gstopwatch.c @@ -137,6 +137,7 @@ int main (int argc, char *argv[]) { timer_display = gtk_label_new(""); expander = gtk_expander_new("Laps"); + gtk_expander_set_label_fill(GTK_EXPANDER(expander), TRUE); button_about = gtk_button_new_from_stock("gtk-about"); button_lap = gtk_button_new_from_stock("gtk-save"); button_delete = gtk_button_new_from_stock("gtk-delete"); |