mouse: make primary-buttons homogeneous and same size as mockups

https://bugzilla.gnome.org/show_bug.cgi?id=756863
This commit is contained in:
Felipe Borges 2015-11-05 11:40:10 +01:00
parent 311c54008e
commit c75fcf0198

View file

@ -123,6 +123,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="valign">center</property> <property name="valign">center</property>
<property name="column_homogeneous">True</property>
<style> <style>
<class name="linked"/> <class name="linked"/>
</style> </style>
@ -133,6 +134,7 @@
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="label">Left</property> <property name="label">Left</property>
<property name="draw-indicator">False</property> <property name="draw-indicator">False</property>
<property name="height_request">35</property>
</object> </object>
</child> </child>
<child> <child>
@ -143,6 +145,7 @@
<property name="label">Right</property> <property name="label">Right</property>
<property name="draw-indicator">False</property> <property name="draw-indicator">False</property>
<property name="group">primary-button-left</property> <property name="group">primary-button-left</property>
<property name="height_request">35</property>
</object> </object>
</child> </child>
</object> </object>