Commit ddfa8aa
committed
fix(gui): equal-width compare panes and restore overview ruler
The side-by-side Compare SplitView set fillWidth on both panes, which Qt
distributes unevenly, so a fresh compare opened with the left pane far
wider than the right. Give the left pane an explicit half of the space
left after the overview ruler and let the right pane fill the remainder.
A stray brace also closed the SplitView one element early, orphaning the
diff overview ruler into the parent ColumnLayout, where it stacked below
the panes instead of beside them. Move overviewPane back inside the
SplitView as its third child.
Bump version to 1.16.2 and sync packaging recipes + changelogs.1 parent a458c02 commit ddfa8aa
7 files changed
Lines changed: 31 additions & 10 deletions
File tree
- apps/linsync-gui/qml
- packaging
- arch
- debian
- rpm
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5697 | 5697 | | |
5698 | 5698 | | |
5699 | 5699 | | |
| 5700 | + | |
5700 | 5701 | | |
5701 | 5702 | | |
5702 | 5703 | | |
| |||
5705 | 5706 | | |
5706 | 5707 | | |
5707 | 5708 | | |
5708 | | - | |
| 5709 | + | |
| 5710 | + | |
| 5711 | + | |
| 5712 | + | |
| 5713 | + | |
| 5714 | + | |
5709 | 5715 | | |
5710 | 5716 | | |
5711 | 5717 | | |
| |||
5731 | 5737 | | |
5732 | 5738 | | |
5733 | 5739 | | |
5734 | | - | |
5735 | 5740 | | |
5736 | 5741 | | |
5737 | 5742 | | |
| |||
5861 | 5866 | | |
5862 | 5867 | | |
5863 | 5868 | | |
| 5869 | + | |
5864 | 5870 | | |
5865 | 5871 | | |
5866 | 5872 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
0 commit comments