mouse: make primary-buttons homogeneous and same size as mockups
https://bugzilla.gnome.org/show_bug.cgi?id=756863
This commit is contained in:
parent
311c54008e
commit
c75fcf0198
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="column_homogeneous">True</property>
|
||||
<style>
|
||||
<class name="linked"/>
|
||||
</style>
|
||||
|
@ -133,6 +134,7 @@
|
|||
<property name="hexpand">True</property>
|
||||
<property name="label">Left</property>
|
||||
<property name="draw-indicator">False</property>
|
||||
<property name="height_request">35</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -143,6 +145,7 @@
|
|||
<property name="label">Right</property>
|
||||
<property name="draw-indicator">False</property>
|
||||
<property name="group">primary-button-left</property>
|
||||
<property name="height_request">35</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue