mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: button styling
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user