Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions panels/dock/tray/ShellSurfaceItemProxy.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Item {
property bool hovered: hoverHandler.hovered
property bool pressed: tapHandler.pressed

implicitWidth: shellSurface.width
implicitHeight: shellSurface.height
implicitWidth: shellSurface ? shellSurface.width : 10
implicitHeight: shellSurface ? shellSurface.height : 10

ShellSurfaceItem {
id: impl
Expand Down
4 changes: 2 additions & 2 deletions panels/dock/tray/package/ActionLegacyTrayPluginDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ AppletItemButton {
contentItem: Item {
id: pluginItem
property var plugin: DockCompositor.findSurface(model.surfaceId)
implicitHeight: plugin?.height
implicitWidth: plugin?.width
implicitHeight: plugin ? plugin.height : 0
implicitWidth: plugin ? plugin.width : 0

property var itemGlobalPoint: {
var a = pluginItem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<message>
<location filename="../displaymodeapplet.cpp" line="157"/>
<source>Only on %1</source>
<translation>仅</translation>
<translation>仅 %1</translation>
</message>
</context>
</TS>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<message>
<location filename="../displaymodeapplet.cpp" line="157"/>
<source>Only on %1</source>
<translation>僅</translation>
<translation>僅 %1</translation>
</message>
</context>
</TS>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<message>
<location filename="../displaymodeapplet.cpp" line="157"/>
<source>Only on %1</source>
<translation>僅</translation>
<translation>僅 %1</translation>
</message>
</context>
</TS>