[gnome-control-center] sharing/remote-desktop: Make the finger print view not scroll



commit 3a9ce7b32be09fb7a9201c58698749222c2edfbe
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Thu Mar 3 15:59:05 2022 +0100

    sharing/remote-desktop: Make the finger print view not scroll
    
    Do this by setting the adw status page to expand vertically.

 panels/sharing/cc-sharing-panel.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/sharing/cc-sharing-panel.ui b/panels/sharing/cc-sharing-panel.ui
index 2a32cfce1..bbbeeee32 100644
--- a/panels/sharing/cc-sharing-panel.ui
+++ b/panels/sharing/cc-sharing-panel.ui
@@ -425,6 +425,7 @@
           <object class="AdwStatusPage">
             <property name="title" translatable="yes">Encryption Fingerprint</property>
             <property name="description" translatable="yes">The encryption fingerprint can be seen in 
connecting clients and should be identical</property>
+            <property name="vexpand">True</property>
             <child>
               <object class="GtkBox">
                 <property name="orientation">horizontal</property>


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