We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c3103a + 25ca502 commit a6ac994Copy full SHA for a6ac994
2 files changed
arch-updater/Panel.qml
@@ -19,8 +19,8 @@ Item {
19
20
anchors.fill: parent
21
22
- // Shared column width reference (content area minus outer margins and table inner margins)
23
- readonly property real tableContentWidth: panelContainer.width - 2 * Style.marginL - 2 * Style.marginS
+ // Shared column width reference (content area minus outer margins, table inner margins, and column spacing)
+ readonly property real tableContentWidth: panelContainer.width - 2 * Style.marginL - 2 * Style.marginS - 2 * Style.marginS
24
25
Rectangle {
26
id: panelContainer
arch-updater/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "arch-updater",
3
"name": "Arch Updater",
4
- "version": "1.1.1",
+ "version": "1.1.2",
5
"minNoctaliaVersion": "3.6.0",
6
"author": "Ast",
7
"license": "MIT",
0 commit comments