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">
|
||||
<child type="end">
|
||||
<object class="GtkBox">
|
||||
<style>
|
||||
<class name="toolbar"></class>
|
||||
</style>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="HelvumZoomEntry">
|
||||
<property name="zoomed-widget">graph</property>
|
||||
|
||||
Reference in New Issue
Block a user