summaryrefslogtreecommitdiff
path: root/data/ui/TwoLineTip.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/ui/TwoLineTip.ui')
-rw-r--r--data/ui/TwoLineTip.ui9
1 files changed, 3 insertions, 6 deletions
diff --git a/data/ui/TwoLineTip.ui b/data/ui/TwoLineTip.ui
index 54cb04e9..2ebece59 100644
--- a/data/ui/TwoLineTip.ui
+++ b/data/ui/TwoLineTip.ui
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="TwoLineTip" parent="GtkBox">
- <property name="can_focus">False</property>
+ <property name="focusable">False</property>
<property name="vexpand">False</property>
<property name="orientation">vertical</property>
- <property name="visible">True</property>
<child>
<object class="GtkLabel" id="_title_label">
- <property name="can_focus">False</property>
+ <property name="focusable">False</property>
<property name="halign">start</property>
- <property name="visible">True</property>
<style>
<class name="tooltip-title"/>
</style>
@@ -17,9 +15,8 @@
</child>
<child>
<object class="GtkLabel" id="_subtitle_label">
- <property name="can_focus">False</property>
+ <property name="focusable">False</property>
<property name="halign">start</property>
- <property name="visible">True</property>
</object>
</child>
</template>