From 3e46e3745c4ca0fb880ef7e748031939ff621f2e Mon Sep 17 00:00:00 2001
From: Antoine Fontaine <antoine.fontaine@epfl.ch>
Date: Sun, 16 Jun 2019 22:14:35 +0200
Subject: [PATCH] Course url is now hidden by default

---
 ui/gui-course.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/gui-course.ui b/ui/gui-course.ui
index f03a62d..ec91784 100644
--- a/ui/gui-course.ui
+++ b/ui/gui-course.ui
@@ -74,7 +74,7 @@
                 <child>
                   <object class="GtkLinkButton" id="url">
                     <style><class name="url"/></style>
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="opacity">0.4</property>
                     <property name="label" translatable="no">https://…</property>
                     <!--<property name="margin_top">3</property>-->
@@ -134,3 +134,4 @@
 </interface>
 
 
+
-- 
GitLab