[chronojump] Capture button on tablets less wide



commit 100c58a08152f96ce08debea6211429ac1e165ba
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu May 26 18:27:43 2016 +0200

    Capture button on tablets less wide

 src/gui/networks.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index 3309693..8c48a8a 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -99,7 +99,7 @@ public partial class ChronoJumpWindow
                        button_encoder_select.HeightRequest = 40;
                        //this will make all encoder capture controls taller    
                        //88 then buttons will be the same height than button_encoder_select. The 8 extra is 
for the vertical space
-                       button_encoder_capture.SetSizeRequest(150,88);
+                       button_encoder_capture.SetSizeRequest(125,88);
                        //button_encoder_capture.HeightRequest = 88;
 
                        spin_encoder_im_weights_n.Visible = false;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]