Skip to content

Commit

Permalink
Only show fixed width in horz panel, and fixed height in vert panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zren committed Apr 29, 2020
1 parent b36540a commit 4a224e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/contents/ui/config/ConfigGeneral.qml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ConfigPage {
}
RowLayout {
spacing: 0
visible: plasmoid.formFactor == PlasmaCore.Types.Horizontal
ConfigCheckBox {
configKey: 'useFixedWidth'
text: i18n("Fixed Width:")
Expand All @@ -108,6 +109,7 @@ ConfigPage {
}
RowLayout {
spacing: 0
visible: plasmoid.formFactor == PlasmaCore.Types.Vertical
ConfigCheckBox {
configKey: 'useFixedHeight'
text: i18n("Fixed Height:")
Expand Down

0 comments on commit 4a224e2

Please sign in to comment.