Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fyne-io/fyne
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: fyne-io/fyne
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.2
Choose a head ref

Commits on Oct 9, 2023

  1. Revise reledase date

    andydotxyz committed Oct 9, 2023
    Copy the full SHA
    ccc6a1c View commit details

Commits on Oct 18, 2023

  1. Add back dummy variable but without a name

    Fixes #4216
    Jacalz authored and andydotxyz committed Oct 18, 2023
    Copy the full SHA
    9d9daaf View commit details
  2. Copy the full SHA
    9f7f2fd View commit details
  3. Remove call to Refresh() inside fileItemRenderer.Layout() which can c…

    …ause crash in FileDialog
    Jordan Goulder authored and andydotxyz committed Oct 18, 2023
    Copy the full SHA
    5f15a78 View commit details
  4. Copy the full SHA
    6ed5a42 View commit details

Commits on Oct 20, 2023

  1. Fix windows dual graphics chip

    closes #437
    
    Upgrade to opengl 2.1
    mgazza authored and andydotxyz committed Oct 20, 2023
    Copy the full SHA
    aaafe56 View commit details
  2. Copy the full SHA
    ddfc46e View commit details

Commits on Oct 23, 2023

  1. Run tests on Go 1.21 instead of 1.20

    Jacalz authored and andydotxyz committed Oct 23, 2023
    Copy the full SHA
    e7b024a View commit details

Commits on Nov 8, 2023

  1. add myself to github sponsors

    dweymouth authored and andydotxyz committed Nov 8, 2023
    Copy the full SHA
    8955049 View commit details

Commits on Nov 17, 2023

  1. systray: ensure title is not empty

    Some desktop environments like the one provided by Ubuntu 22.04 requires the systray title to be not empty to be displayed.
    This commit ensure the title is always set trying to use the app name from metadata. If the app name is not set will fallback to the app ID
    
    Fixes #3678
    lucor authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    fc46552 View commit details
  2. Update internal/driver/glfw/driver_desktop.go

    Co-authored-by: Jacob Alzén <jacalz@tutanota.com>
    2 people authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    031f3c6 View commit details
  3. upgrade systray

    andydotxyz committed Nov 17, 2023
    Copy the full SHA
    48af0ad View commit details
  4. Copy the full SHA
    2e44081 View commit details
  5. commit jacalz's suggestion

    Co-authored-by: Jacob Alzén <jacalz@tutanota.com>
    2 people authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    64a995b View commit details
  6. updated URI.Extension() documentation

    Updated URI.Extension() documentation to clarify that it returns the extension with the dot included.
    roskee authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    37ae73b View commit details
  7. fix lint - trailing space

    dweymouth authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    103eeb8 View commit details
  8. add canvas refresh in richtext refresh

    ensures refresh happens even when segment slice completely replaced
    mbaklor authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    2efb0f2 View commit details
  9. Copy the full SHA
    5816efc View commit details
  10. Prepping for v2.4.2

    dweymouth authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    d6661c6 View commit details
  11. Make Button rendering consistent (#4246)

    Changed the default rendering of Button so that the animation background rectangle starts off with the same rendering as it has after the button has been clicked
    pbrown12303 authored and andydotxyz committed Nov 17, 2023
    Copy the full SHA
    4ff741f View commit details
  12. Copy the full SHA
    c1ddcaa View commit details
  13. More changes for release

    andydotxyz committed Nov 17, 2023
    Copy the full SHA
    55ca658 View commit details
  14. Copy the full SHA
    5f83d9e View commit details
  15. Copy the full SHA
    ed283a7 View commit details

Commits on Nov 22, 2023

  1. Update release date

    andydotxyz committed Nov 22, 2023
    Copy the full SHA
    57d9b87 View commit details
  2. Copy the full SHA
    dc34dad View commit details
Showing with 308 additions and 204 deletions.
  1. +1 −1 .github/FUNDING.yml
  2. +1 −1 .github/workflows/license_check.yml
  3. +1 −1 .github/workflows/mobile_tests.yml
  4. +1 −1 .github/workflows/platform_tests.yml
  5. +2 −2 .github/workflows/static_analysis.yml
  6. +21 −1 CHANGELOG.md
  7. +1 −1 container/testdata/apptabs/desktop/hover_overflow.xml
  8. +1 −1 container/testdata/apptabs/desktop/tab_location_bottom.xml
  9. +1 −1 container/testdata/apptabs/desktop/tab_location_leading.xml
  10. +1 −1 container/testdata/apptabs/desktop/tab_location_top.xml
  11. +1 −1 container/testdata/apptabs/desktop/tab_location_trailing.xml
  12. +1 −1 container/testdata/apptabs/desktop/tapped_overflow_tabs.xml
  13. +1 −1 container/testdata/apptabs/mobile/tab_location_bottom.xml
  14. +1 −1 container/testdata/apptabs/mobile/tab_location_top.xml
  15. +1 −1 container/testdata/doctabs/desktop/change_content_change_hidden.xml
  16. +1 −1 container/testdata/doctabs/desktop/change_content_change_visible.xml
  17. +1 −1 container/testdata/doctabs/desktop/change_content_initial.xml
  18. +1 −1 container/testdata/doctabs/desktop/change_icon_change_selected.xml
  19. +1 −1 container/testdata/doctabs/desktop/change_icon_change_unselected.xml
  20. +1 −1 container/testdata/doctabs/desktop/change_icon_initial.xml
  21. +1 −1 container/testdata/doctabs/desktop/change_label_change_selected.xml
  22. +1 −1 container/testdata/doctabs/desktop/change_label_change_unselected.xml
  23. +1 −1 container/testdata/doctabs/desktop/change_label_initial.xml
  24. +1 −1 container/testdata/doctabs/desktop/change_label_to_longer_text_selected.xml
  25. +1 −1 container/testdata/doctabs/desktop/dynamic_appended.xml
  26. +1 −1 container/testdata/doctabs/desktop/dynamic_appended_and_removed.xml
  27. +1 −1 container/testdata/doctabs/desktop/dynamic_appended_another_three.xml
  28. +1 −1 container/testdata/doctabs/desktop/dynamic_initial.xml
  29. +1 −1 container/testdata/doctabs/desktop/dynamic_replaced_completely.xml
  30. +2 −2 container/testdata/doctabs/desktop/hover_all_tabs.xml
  31. +2 −2 container/testdata/doctabs/desktop/hover_create_tab.xml
  32. +2 −2 container/testdata/doctabs/desktop/hover_first.xml
  33. +2 −2 container/testdata/doctabs/desktop/hover_first_close.xml
  34. +2 −2 container/testdata/doctabs/desktop/hover_none.xml
  35. +2 −2 container/testdata/doctabs/desktop/hover_second.xml
  36. +1 −1 container/testdata/doctabs/desktop/layout_bottom_icon.xml
  37. +1 −1 container/testdata/doctabs/desktop/layout_bottom_icon_and_text.xml
  38. +1 −1 container/testdata/doctabs/desktop/layout_bottom_text.xml
  39. +1 −1 container/testdata/doctabs/desktop/layout_leading_icon.xml
  40. +1 −1 container/testdata/doctabs/desktop/layout_leading_icon_and_text.xml
  41. +1 −1 container/testdata/doctabs/desktop/layout_leading_text.xml
  42. +1 −1 container/testdata/doctabs/desktop/layout_top_icon.xml
  43. +1 −1 container/testdata/doctabs/desktop/layout_top_icon_and_text.xml
  44. +1 −1 container/testdata/doctabs/desktop/layout_top_text.xml
  45. +1 −1 container/testdata/doctabs/desktop/layout_trailing_icon.xml
  46. +1 −1 container/testdata/doctabs/desktop/layout_trailing_icon_and_text.xml
  47. +1 −1 container/testdata/doctabs/desktop/layout_trailing_text.xml
  48. +1 −1 container/testdata/doctabs/desktop/tab_location_bottom.xml
  49. +1 −1 container/testdata/doctabs/desktop/tab_location_leading.xml
  50. +1 −1 container/testdata/doctabs/desktop/tab_location_top.xml
  51. +1 −1 container/testdata/doctabs/desktop/tab_location_trailing.xml
  52. +2 −2 container/testdata/doctabs/desktop/tapped_all_tabs.xml
  53. +2 −2 container/testdata/doctabs/desktop/tapped_create_tab.xml
  54. +2 −2 container/testdata/doctabs/desktop/tapped_first_selected.xml
  55. +2 −2 container/testdata/doctabs/desktop/tapped_second_selected.xml
  56. +2 −2 container/testdata/doctabs/desktop/tapped_third_selected.xml
  57. +1 −1 container/testdata/doctabs/mobile/change_content_change_hidden.xml
  58. +1 −1 container/testdata/doctabs/mobile/change_content_change_visible.xml
  59. +1 −1 container/testdata/doctabs/mobile/change_content_initial.xml
  60. +1 −1 container/testdata/doctabs/mobile/change_icon_change_selected.xml
  61. +1 −1 container/testdata/doctabs/mobile/change_icon_change_unselected.xml
  62. +1 −1 container/testdata/doctabs/mobile/change_icon_initial.xml
  63. +1 −1 container/testdata/doctabs/mobile/change_label_change_selected.xml
  64. +1 −1 container/testdata/doctabs/mobile/change_label_change_unselected.xml
  65. +1 −1 container/testdata/doctabs/mobile/change_label_initial.xml
  66. +1 −1 container/testdata/doctabs/mobile/dynamic_appended.xml
  67. +1 −1 container/testdata/doctabs/mobile/dynamic_appended_and_removed.xml
  68. +1 −1 container/testdata/doctabs/mobile/dynamic_appended_another_three.xml
  69. +1 −1 container/testdata/doctabs/mobile/dynamic_initial.xml
  70. +1 −1 container/testdata/doctabs/mobile/dynamic_replaced_completely.xml
  71. +1 −1 container/testdata/doctabs/mobile/hover_none.xml
  72. +1 −1 container/testdata/doctabs/mobile/layout_bottom_ico.xml
  73. +1 −1 container/testdata/doctabs/mobile/layout_bottom_icon_and_text.xml
  74. +1 −1 container/testdata/doctabs/mobile/layout_bottom_text.xml
  75. +1 −1 container/testdata/doctabs/mobile/layout_top_icon.xml
  76. +1 −1 container/testdata/doctabs/mobile/layout_top_icon_and_text.xml
  77. +1 −1 container/testdata/doctabs/mobile/layout_top_text.xml
  78. +1 −1 container/testdata/doctabs/mobile/tab_location_bottom.xml
  79. +1 −1 container/testdata/doctabs/mobile/tab_location_top.xml
  80. +2 −2 container/testdata/doctabs/mobile/tapped_all_tabs.xml
  81. +2 −2 container/testdata/doctabs/mobile/tapped_create_tab.xml
  82. +2 −2 container/testdata/doctabs/mobile/tapped_first_selected.xml
  83. +2 −2 container/testdata/doctabs/mobile/tapped_second_selected.xml
  84. +2 −2 container/testdata/doctabs/mobile/tapped_third_selected.xml
  85. +0 −1 dialog/fileitem.go
  86. +3 −3 dialog/testdata/dialog-custom-custom-buttons.xml
  87. +4 −4 go.mod
  88. +10 −5 go.sum
  89. +7 −0 internal/driver/glfw/driver_desktop.go
  90. +1 −1 internal/driver/glfw/glfw_core.go
  91. +1 −1 internal/driver/glfw/glfw_es.go
  92. +14 −1 internal/driver/glfw/loop.go
  93. +1 −1 internal/painter/gl/gl_core.go
  94. +15 −7 layout/boxlayout.go
  95. +17 −0 layout/boxlayout_test.go
  96. +3 −3 uri.go
  97. +6 −1 widget/button.go
  98. +2 −0 widget/entry.go
  99. +25 −0 widget/entry_password_test.go
  100. +1 −0 widget/richtext.go
  101. +3 −1 widget/richtext_objects.go
  102. +2 −2 widget/testdata/accordion/layout_expanded_multiple_open_multiple_items.xml
  103. +2 −2 widget/testdata/accordion/layout_expanded_multiple_open_multiple_items_opened.xml
  104. +1 −1 widget/testdata/accordion/layout_expanded_multiple_open_one_item.xml
  105. +1 −1 widget/testdata/accordion/layout_expanded_multiple_open_one_item_opened.xml
  106. +2 −2 widget/testdata/accordion/layout_expanded_single_open_multiple_items.xml
  107. +2 −2 widget/testdata/accordion/layout_expanded_single_open_multiple_items_opened.xml
  108. +1 −1 widget/testdata/accordion/layout_expanded_single_open_one_item.xml
  109. +1 −1 widget/testdata/accordion/layout_expanded_single_open_one_item_opened.xml
  110. +2 −2 widget/testdata/accordion/layout_multiple_open_multiple_items.xml
  111. +2 −2 widget/testdata/accordion/layout_multiple_open_multiple_items_opened.xml
  112. +1 −1 widget/testdata/accordion/layout_multiple_open_one_item.xml
  113. +1 −1 widget/testdata/accordion/layout_multiple_open_one_item_opened.xml
  114. +2 −2 widget/testdata/accordion/layout_single_open_multiple_items.xml
  115. +2 −2 widget/testdata/accordion/layout_single_open_multiple_items_opened.xml
  116. +1 −1 widget/testdata/accordion/layout_single_open_one_item.xml
  117. +1 −1 widget/testdata/accordion/layout_single_open_one_item_opened.xml
  118. +1 −1 widget/testdata/button/layout_icon_only_center_leading.xml
  119. +1 −1 widget/testdata/button/layout_icon_only_center_trailing.xml
  120. +1 −1 widget/testdata/button/layout_icon_only_leading_leading.xml
  121. +1 −1 widget/testdata/button/layout_icon_only_leading_trailing.xml
  122. +1 −1 widget/testdata/button/layout_icon_only_trailing_leading.xml
  123. +1 −1 widget/testdata/button/layout_icon_only_trailing_trailing.xml
  124. +1 −1 widget/testdata/button/layout_text_icon_center_leading.xml
  125. +1 −1 widget/testdata/button/layout_text_icon_center_trailing.xml
  126. +1 −1 widget/testdata/button/layout_text_icon_leading_leading.xml
  127. +1 −1 widget/testdata/button/layout_text_icon_leading_trailing.xml
  128. +1 −1 widget/testdata/button/layout_text_icon_trailing_leading.xml
  129. +1 −1 widget/testdata/button/layout_text_icon_trailing_trailing.xml
  130. +1 −1 widget/testdata/button/layout_text_only_center_leading.xml
  131. +1 −1 widget/testdata/button/layout_text_only_center_trailing.xml
  132. +1 −1 widget/testdata/button/layout_text_only_leading_leading.xml
  133. +1 −1 widget/testdata/button/layout_text_only_leading_trailing.xml
  134. +1 −1 widget/testdata/button/layout_text_only_multiline.xml
  135. +1 −1 widget/testdata/button/layout_text_only_trailing_leading.xml
  136. +1 −1 widget/testdata/button/layout_text_only_trailing_trailing.xml
  137. +1 −1 widget/testdata/form/extended_entry.xml
  138. +2 −2 widget/testdata/form/layout.xml
  139. +1 −1 widget/testdata/select/center.xml
  140. +1 −1 widget/testdata/select/layout_empty_expanded.xml
  141. +1 −1 widget/testdata/select/layout_empty_expanded_placeholder.xml
  142. +1 −1 widget/testdata/select/layout_multiple_expanded.xml
  143. +1 −1 widget/testdata/select/layout_multiple_expanded_placeholder.xml
  144. +1 −1 widget/testdata/select/layout_multiple_expanded_selected.xml
  145. +1 −1 widget/testdata/select/layout_multiple_expanded_selected_placeholder.xml
  146. +1 −1 widget/testdata/select/layout_single_expanded.xml
  147. +1 −1 widget/testdata/select/layout_single_expanded_placeholder.xml
  148. +1 −1 widget/testdata/select/layout_single_expanded_selected.xml
  149. +1 −1 widget/testdata/select/layout_single_expanded_selected_placeholder.xml
  150. +1 −1 widget/testdata/select/move_moved.xml
  151. +1 −1 widget/testdata/select/move_tapped.xml
  152. +1 −1 widget/testdata/select/tapped.xml
  153. +1 −1 widget/testdata/select/tapped_constrained.xml
  154. +1 −1 widget/testdata/select/trailing.xml
  155. +1 −1 widget/testdata/select_entry/disableable_disabled.xml
  156. +1 −1 widget/testdata/select_entry/disableable_enabled.xml
  157. +1 −1 widget/testdata/select_entry/disableable_enabled_opened.xml
  158. +1 −1 widget/testdata/select_entry/disableable_enabled_tapped.xml
  159. +1 −1 widget/testdata/select_entry/disableable_enabled_tapped_selected.xml
  160. +1 −1 widget/testdata/select_entry/dropdown_B_opened.xml
  161. +1 −1 widget/testdata/select_entry/dropdown_empty_opened.xml
  162. +1 −1 widget/testdata/select_entry/dropdown_empty_opened_shrunk.xml
  163. +1 −1 widget/testdata/select_entry/dropdown_empty_setopts.xml
  164. +1 −1 widget/testdata/select_entry/dropdown_initial.xml
  165. +1 −1 widget/testdata/select_entry/dropdown_tapped_B.xml
  166. +1 −1 widget/testdata/select_entry/dropdown_tapped_C.xml
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: [fyne-io, andydotxyz, toaster, Jacalz, changkun]
github: [fyne-io, andydotxyz, toaster, Jacalz, changkun, dweymouth]
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1.8.0
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Install lian
run: go install lucor.dev/lian@latest
2 changes: 1 addition & 1 deletion .github/workflows/mobile_tests.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.17.x', '1.20.x']
go-version: ['1.17.x', '1.21.x']

steps:
- uses: actions/checkout@v3
2 changes: 1 addition & 1 deletion .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.17.x', '1.20.x']
go-version: ['1.17.x', '1.21.x']
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1.8.0
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Get dependencies
run: >-
@@ -33,7 +33,7 @@ jobs:
run: |
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.4.2
go install honnef.co/go/tools/cmd/staticcheck@v0.4.6
go install github.com/mattn/goveralls@latest
- name: Vet
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,27 @@
This file lists the main changes with each version of the Fyne toolkit.
More detailed release notes can be found on the [releases page](https://github.com/fyne-io/fyne/releases).

## 2.4.1 - 8 October 2023
## 2.4.2 - 22 November 2023

### Fixed

* Markdown only shows one horizontal rule (#4216)
* Spacer in HBox with hidden item will cause an additional trailing padding (#4259)
* Application crash when fast clicking the folders inside the file dialog (#4260)
* failed to initialise OpenGL (#437)
* App panic when clicking on a notification panel if there's a systray icon (#4385)
* Systray cannot be shown on Ubuntu (#3678, #4381)
* failed to initialise OpenGL on Windows dual-chip graphics cards (#437)
* Reduce memory allocations for each frame painted
* RichText may not refresh if segments manually replaced
* Correct URI.Extension() documentation
* Update for security fixes to x/sys and x/net
* Inconsistent rendering of Button widget (#4243)
* PasswordEntry initial text is not obscured (#4312)
* Pasting text in Entry does not update cursor position display (#4181)


## 2.4.1 - 9 October 2023

### Fixed

2 changes: 1 addition & 1 deletion container/testdata/apptabs/desktop/hover_overflow.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</container>
<widget pos="114,0" size="36x36" type="*widget.Button">
<rectangle fillColor="rgba(62,78,78,255)" radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/apptabs/desktop/tab_location_bottom.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</container>
<widget pos="52,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</container>
<widget pos="0,35" size="48x36" type="*widget.Button">
<rectangle radius="4" size="48x36"/>
<rectangle size="0x0"/>
<rectangle size="48x36"/>
<image fillMode="contain" pos="14,8" rsc="more-vertical.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/apptabs/desktop/tab_location_top.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</container>
<widget pos="52,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</container>
<widget pos="0,35" size="48x36" type="*widget.Button">
<rectangle radius="4" size="48x36"/>
<rectangle size="0x0"/>
<rectangle size="48x36"/>
<image fillMode="contain" pos="14,8" rsc="more-vertical.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</container>
<widget pos="164,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle fillColor="rgba(0,0,0,0)" size="36x36"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/apptabs/mobile/tab_location_bottom.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</container>
<widget pos="48,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/apptabs/mobile/tab_location_top.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</container>
<widget pos="48,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/doctabs/desktop/change_icon_initial.xml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<container pos="464,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/doctabs/desktop/dynamic_appended.xml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<container pos="264,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<container pos="264,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
<container pos="264,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/doctabs/desktop/dynamic_initial.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<container pos="264,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
<container pos="264,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
4 changes: 2 additions & 2 deletions container/testdata/doctabs/desktop/hover_all_tabs.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<container pos="74,0" size="76x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="contentAddIcon" size="iconInlineSize"/>
</widget>
<widget pos="40,0" size="36x36" type="*widget.Button">
<rectangle fillColor="rgba(62,78,78,255)" radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
4 changes: 2 additions & 2 deletions container/testdata/doctabs/desktop/hover_create_tab.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<container pos="74,0" size="76x36">
<widget size="36x36" type="*widget.Button">
<rectangle fillColor="rgba(62,78,78,255)" radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="contentAddIcon" size="iconInlineSize"/>
</widget>
<widget pos="40,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
4 changes: 2 additions & 2 deletions container/testdata/doctabs/desktop/hover_first.xml
Original file line number Diff line number Diff line change
@@ -27,12 +27,12 @@
<container pos="74,0" size="76x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="contentAddIcon" size="iconInlineSize"/>
</widget>
<widget pos="40,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
4 changes: 2 additions & 2 deletions container/testdata/doctabs/desktop/hover_first_close.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<container pos="74,0" size="76x36">
<widget size="36x36" type="*widget.Button">
<rectangle fillColor="rgba(62,78,78,255)" radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="contentAddIcon" size="iconInlineSize"/>
</widget>
<widget pos="40,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
4 changes: 2 additions & 2 deletions container/testdata/doctabs/desktop/hover_none.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<container pos="74,0" size="76x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="contentAddIcon" size="iconInlineSize"/>
</widget>
<widget pos="40,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
4 changes: 2 additions & 2 deletions container/testdata/doctabs/desktop/hover_second.xml
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
<container pos="74,0" size="76x36">
<widget size="36x36" type="*widget.Button">
<rectangle fillColor="rgba(62,78,78,255)" radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="contentAddIcon" size="iconInlineSize"/>
</widget>
<widget pos="40,0" size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
2 changes: 1 addition & 1 deletion container/testdata/doctabs/desktop/layout_bottom_icon.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
<container pos="114,0" size="36x36">
<widget size="36x36" type="*widget.Button">
<rectangle radius="4" size="36x36"/>
<rectangle size="0x0"/>
<rectangle size="36x36"/>
<image fillMode="contain" pos="8,8" rsc="more-horizontal.svg" size="iconInlineSize" themed="default"/>
</widget>
</container>
Loading