diff options
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"); |