libsysprof-ui: button styling

This commit is contained in:
Christian Hergert
2019-05-13 22:28:41 -07:00
parent f020377355
commit 3967721933

View File

@ -16,14 +16,14 @@
<property name="orientation">horizontal</property>
<property name="valign">center</property>
<property name="visible">true</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkButton">
<property name="action-name">zoom.zoom-out</property>
<property name="focus-on-click">false</property>
<property name="visible">true</property>
<style>
<class name="flat"/>
</style>
<child>
<object class="GtkImage">
<property name="icon-name">zoom-out-symbolic</property>
@ -36,11 +36,17 @@
<object class="GtkButton">
<property name="action-name">zoom.zoom-one</property>
<property name="focus-on-click">false</property>
<property name="label" bind-source="zoom_manager" bind-property="zoom-label" bind-flags="sync-create"/>
<property name="visible">true</property>
<style>
<class name="flat"/>
<class name="text-label"/>
</style>
<child>
<object class="GtkLabel">
<property name="label" bind-source="zoom_manager" bind-property="zoom-label" bind-flags="sync-create"/>
<property name="width-chars">5</property>
<property name="visible">true</property>
</object>
</child>
</object>
</child>
<child>
@ -48,9 +54,6 @@
<property name="action-name">zoom.zoom-in</property>
<property name="focus-on-click">false</property>
<property name="visible">true</property>
<style>
<class name="flat"/>
</style>
<child>
<object class="GtkImage">
<property name="icon-name">zoom-in-symbolic</property>