diff options
author | raveit65 <[email protected]> | 2017-03-17 11:16:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-17 11:17:19 +0100 |
commit | 5473271cbd179ad7f910b2b2cdef051bdebef9f2 (patch) | |
tree | 5c3b9e3ac34f03021d986effbc8acfee038ddb75 | |
parent | 237ca84ead7b65d7815c233161e0ecac2e4e1e93 (diff) | |
download | mate-control-center-5473271cbd179ad7f910b2b2cdef051bdebef9f2.tar.bz2 mate-control-center-5473271cbd179ad7f910b2b2cdef051bdebef9f2.tar.xz |
appearance-ui: add primary-toolbar style class for toolbar in interface preview
fixes https://github.com/flexiondotorg/ubuntu-mate-themes/issues/52
-rw-r--r-- | capplets/appearance/data/appearance.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/capplets/appearance/data/appearance.ui b/capplets/appearance/data/appearance.ui index 3e503444..d8667193 100644 --- a/capplets/appearance/data/appearance.ui +++ b/capplets/appearance/data/appearance.ui @@ -3127,6 +3127,9 @@ <property name="homogeneous">True</property> </packing> </child> + <style> + <class name="primary-toolbar"/> + </style> </object> </child> </object> |