diff options
author | Bastien Nocera <hadess@hadess.net> | 2016-03-16 16:12:37 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-03-16 16:22:14 +0100 |
commit | ee33197d454693d37301ffa27530326b51049a7a (patch) | |
tree | b860e6a1d3c6a0dbdab6b36561d7996cebdc6b16 /data | |
parent | 276c07f9f2189c10d41bf89f27b93378f873ecbd (diff) | |
download | totem-ee33197d454693d37301ffa27530326b51049a7a.tar.gz |
backend: Re-link the controls after theme changes
https://bugzilla.gnome.org/show_bug.cgi?id=763264
Diffstat (limited to 'data')
-rw-r--r-- | data/controls.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/controls.ui b/data/controls.ui index c017f7e69..b3059b71e 100644 --- a/data/controls.ui +++ b/data/controls.ui @@ -17,6 +17,9 @@ <object class="GtkBox" id="controls_box"> <property name="visible">True</property> <property name="can_focus">False</property> + <style> + <class name="linked"/> + </style> <child> <placeholder/> </child> |