|
51 | 51 | <object class="GtkEmojiChooser" id="emojichooser">
|
52 | 52 | <property name="position">right</property>
|
53 | 53 | </object>
|
| 54 | + <child> |
| 55 | + <object class="GtkMenuButton" id="spellcheck_corrections_menubutton"> |
| 56 | + <property name="direction">left</property> |
| 57 | + <property name="tooltip_text" translatable="yes">Spellcheck Corrections</property> |
| 58 | + <property name="icon-name">text-squiggly-symbolic</property> |
| 59 | + <style> |
| 60 | + <class name="flat" /> |
| 61 | + <class name="sidebar_action_button" /> |
| 62 | + </style> |
| 63 | + </object> |
| 64 | + </child> |
| 65 | + <object class="GtkPopover" id="spellcheck_corrections"> |
| 66 | + <child> |
| 67 | + <object class="GtkListView" id="spellcheck_corrections_listview"> |
| 68 | + <property name="single-click-activate">true</property> |
| 69 | + <style> |
| 70 | + <class name="navigation-sidebar" /> |
| 71 | + </style> |
| 72 | + </object> |
| 73 | + </child> |
| 74 | + </object> |
| 75 | + <object class="GtkPopover" id="spellcheck_corrections_unavailable"> |
| 76 | + <child> |
| 77 | + <object class="GtkBox"> |
| 78 | + <property name="orientation">vertical</property> |
| 79 | + <property name="spacing">12</property> |
| 80 | + <property name="margin-start">18</property> |
| 81 | + <property name="margin-end">18</property> |
| 82 | + <property name="margin-top">18</property> |
| 83 | + <property name="margin-bottom">18</property> |
| 84 | + <child> |
| 85 | + <object class="GtkImage"> |
| 86 | + <property name="icon-name">text-squiggly-symbolic</property> |
| 87 | + <property name="pixel-size">64</property> |
| 88 | + <style> |
| 89 | + <class name="dim-label"/> |
| 90 | + </style> |
| 91 | + </object> |
| 92 | + </child> |
| 93 | + <child> |
| 94 | + <object class="GtkLabel"> |
| 95 | + <property name="justify">center</property> |
| 96 | + <property name="label" translatable="yes">No Corrections |
| 97 | +Available</property> |
| 98 | + <style> |
| 99 | + <class name="title-4"/> |
| 100 | + </style> |
| 101 | + </object> |
| 102 | + </child> |
| 103 | + <child> |
| 104 | + <object class="GtkLabel"> |
| 105 | + <property name="justify">center</property> |
| 106 | + <property name="label" translatable="yes">Move cursor over underlined |
| 107 | +words to get suggestions.</property> |
| 108 | + <style> |
| 109 | + <class name="dim-label"/> |
| 110 | + </style> |
| 111 | + </object> |
| 112 | + </child> |
| 113 | + </object> |
| 114 | + </child> |
| 115 | + </object> |
| 116 | + <object class="GtkPopover" id="spellcheck_corrections_empty"> |
| 117 | + <child> |
| 118 | + <object class="GtkBox"> |
| 119 | + <property name="orientation">vertical</property> |
| 120 | + <property name="spacing">12</property> |
| 121 | + <property name="margin-start">18</property> |
| 122 | + <property name="margin-end">18</property> |
| 123 | + <property name="margin-top">18</property> |
| 124 | + <property name="margin-bottom">18</property> |
| 125 | + <child> |
| 126 | + <object class="GtkImage"> |
| 127 | + <property name="icon-name">text-squiggly-symbolic</property> |
| 128 | + <property name="pixel-size">64</property> |
| 129 | + <style> |
| 130 | + <class name="dim-label"/> |
| 131 | + </style> |
| 132 | + </object> |
| 133 | + </child> |
| 134 | + <child> |
| 135 | + <object class="GtkLabel"> |
| 136 | + <property name="justify">center</property> |
| 137 | + <property name="label" translatable="yes">No Corrections |
| 138 | +Found</property> |
| 139 | + <style> |
| 140 | + <class name="title-4"/> |
| 141 | + </style> |
| 142 | + </object> |
| 143 | + </child> |
| 144 | + </object> |
| 145 | + </child> |
| 146 | + </object> |
54 | 147 | <child>
|
55 | 148 | <object class="GtkSeparator">
|
56 | 149 | <property name="orientation">vertical</property>
|
|
0 commit comments