Closes #5053 Menu buttons on toolbar stay pressed
Signed-off-by: Eric Gregory <eric@yorba.org>
This commit is contained in:
parent
d61e1b1b1d
commit
875d421849
2 changed files with 26 additions and 6 deletions
|
|
@ -81,7 +81,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkToolButton" id="GearyMarkAsMenuButton">
|
||||
<object class="GtkToggleToolButton" id="GearyMarkAsMenuButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Mark as read/unread</property>
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkToolButton" id="menu_button">
|
||||
<object class="GtkToggleToolButton" id="menu_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue