Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
628e04f5
Commit
628e04f5
authored
Nov 21, 2021
by
Fushan Wen
💬
Committed by
Nate Graham
Nov 23, 2021
Browse files
Panel: Set ToolBar state in PanelConfiguration.qml
This prevents misalignment of controls in the toolbar. CCBUG: 443294
parent
214e0b86
Changes
2
Hide whitespace changes
Inline
Side-by-side
desktoppackage/contents/configuration/PanelConfiguration.qml
View file @
628e04f5
...
...
@@ -76,6 +76,7 @@ PlasmaCore.FrameSvgItem {
ToolBar
{
id
:
toolBar
state
:
dialogRoot
.
state
}
//END UI components
...
...
desktoppackage/contents/configuration/panelconfiguration/ToolBar.qml
View file @
628e04f5
...
...
@@ -15,7 +15,6 @@ import org.kde.kirigami 2.0 as Kirigami
Item
{
id
:
root
state
:
parent
.
state
implicitWidth
:
Math
.
max
(
buttonsLayout_1
.
width
,
buttonsLayout_2
.
width
,
row
.
width
)
+
PlasmaCore
.
Units
.
smallSpacing
*
2
implicitHeight
:
row
.
height
+
20
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment