|
211 | 211 | </object> |
212 | 212 | </child> |
213 | 213 | <property name="content"> |
214 | | - <object class="AdwStatusPage" id="done_page"> |
215 | | - <property name="vexpand">1</property> |
216 | | - <property name="icon_name">tuba-check-round-outline-symbolic</property> |
217 | | - <property name="title">Hello!</property> |
218 | | - <property name="description" translatable="yes">Your account is connected and ready to use!</property> |
| 214 | + <object class="GtkScrolledWindow"> |
| 215 | + <property name="propagate-natural-height">1</property> |
219 | 216 | <child> |
220 | | - <object class="GtkButton"> |
221 | | - <property name="halign">center</property> |
222 | | - <property name="receives_default">1</property> |
223 | | - <property name="label" translatable="yes">Done</property> |
224 | | - <property name="sensitive" bind-source="TubaDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/> |
225 | | - <signal name="clicked" handler="on_done_clicked" swapped="no"/> |
226 | | - <style> |
227 | | - <class name="suggested-action"/> |
228 | | - <class name="pill"/> |
229 | | - </style> |
| 217 | + <object class="AdwClamp"> |
| 218 | + <property name="maximum-size">600</property> |
| 219 | + <property name="tightening-threshold">400</property> |
| 220 | + <child> |
| 221 | + <object class="GtkBox"> |
| 222 | + <property name="orientation">vertical</property> |
| 223 | + <property name="valign">center</property> |
| 224 | + <style> |
| 225 | + <class name="statusbox" /> |
| 226 | + </style> |
| 227 | + <child> |
| 228 | + <object class="GtkImage"> |
| 229 | + <property name="halign">center</property> |
| 230 | + <property name="icon_name">tuba-check-round-outline-symbolic</property> |
| 231 | + <style> |
| 232 | + <class name="icon" /> |
| 233 | + </style> |
| 234 | + </object> |
| 235 | + </child> |
| 236 | + <child> |
| 237 | + <object class="TubaWidgetsEmojiLabel" id="done_page_emoji_label"> |
| 238 | + <property name="justify">center</property> |
| 239 | + <property name="xalign">0.5</property> |
| 240 | + <property name="large-emojis">1</property> |
| 241 | + <style> |
| 242 | + <class name="title-1" /> |
| 243 | + </style> |
| 244 | + </object> |
| 245 | + </child> |
| 246 | + <child> |
| 247 | + <object class="GtkLabel"> |
| 248 | + <property name="justify">center</property> |
| 249 | + <property name="wrap">1</property> |
| 250 | + <property name="wrap-mode">word-char</property> |
| 251 | + <property name="label" translatable="yes">Your account is connected and ready to use!</property> |
| 252 | + <style> |
| 253 | + <class name="description" /> |
| 254 | + <class name="body" /> |
| 255 | + </style> |
| 256 | + </object> |
| 257 | + </child> |
| 258 | + <child> |
| 259 | + <object class="GtkButton"> |
| 260 | + <property name="halign">center</property> |
| 261 | + <property name="receives_default">1</property> |
| 262 | + <property name="label" translatable="yes">Done</property> |
| 263 | + <property name="sensitive" bind-source="TubaDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/> |
| 264 | + <signal name="clicked" handler="on_done_clicked" swapped="no"/> |
| 265 | + <style> |
| 266 | + <class name="suggested-action"/> |
| 267 | + <class name="pill"/> |
| 268 | + </style> |
| 269 | + </object> |
| 270 | + </child> |
| 271 | + </object> |
| 272 | + </child> |
230 | 273 | </object> |
231 | 274 | </child> |
232 | | - </object> |
| 275 | + </object> |
233 | 276 | </property> |
234 | 277 | </object> |
235 | 278 | </property> |
|
0 commit comments