forked from AuroraMiddleware/gtk
volumebutton: Enable the tooltips
Little point in having a query-tooltip handler if we don't make sure ::query-tooltip is emitted.
This commit is contained in:
parent
9c5fc0fb7a
commit
1cd71203b8
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface domain="gtk40">
|
<interface domain="gtk40">
|
||||||
<template class="GtkVolumeButton" parent="GtkScaleButton">
|
<template class="GtkVolumeButton" parent="GtkScaleButton">
|
||||||
|
<property name="has-tooltip">1</property>
|
||||||
<property name="adjustment">
|
<property name="adjustment">
|
||||||
<object class="GtkAdjustment">
|
<object class="GtkAdjustment">
|
||||||
<property name="upper">1</property>
|
<property name="upper">1</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user