From 8ebc0f33d7d9999cbdfafde7ca62b316ed15e751 Mon Sep 17 00:00:00 2001 From: manu Date: Sun, 19 Jan 2014 16:24:09 +0000 Subject: [PATCH] Augmentation taille police des Vumetres --- DMX-2.0/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMX-2.0/MainWindow.cs b/DMX-2.0/MainWindow.cs index 9d0f0f0..cc2c787 100644 --- a/DMX-2.0/MainWindow.cs +++ b/DMX-2.0/MainWindow.cs @@ -585,7 +585,7 @@ namespace DMX2 foreach (var circuit in Conduite.Courante.Circuits) { vboxCircuits.PackStart (pb=new ProgressBar (),false,false,0); pb.Text = (++i).ToString() + " - " + circuit.Name; - pb.HeightRequest = 12; + pb.HeightRequest = 14; pb.Data[circuitKey] = circuit; pb.Name ="pb"; }