mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
ui: Fix headerbar becoming too large
Removes the .toolbar class from a box in the headerbar and instead sets spacing property. The .toolbar class added extra vertical padding, so the headerbar had to increase its size
This commit is contained in:
@@ -21,9 +21,7 @@
|
|||||||
<object class="AdwHeaderBar" id="header_bar">
|
<object class="AdwHeaderBar" id="header_bar">
|
||||||
<child type="end">
|
<child type="end">
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<style>
|
<property name="spacing">6</property>
|
||||||
<class name="toolbar"></class>
|
|
||||||
</style>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="HelvumZoomEntry">
|
<object class="HelvumZoomEntry">
|
||||||
<property name="zoomed-widget">graph</property>
|
<property name="zoomed-widget">graph</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user