mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 07:22:50 -05:00
Fix icon theme overflow
This commit is contained in:
@@ -983,7 +983,7 @@ Singleton {
|
|||||||
updateQtIconTheme(themeName)
|
updateQtIconTheme(themeName)
|
||||||
saveSettings()
|
saveSettings()
|
||||||
if (typeof Theme !== "undefined" && Theme.currentTheme === Theme.dynamic)
|
if (typeof Theme !== "undefined" && Theme.currentTheme === Theme.dynamic)
|
||||||
Theme.generateSystemThemes()
|
Theme.generateSystemThemesFromCurrentTheme()
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateGtkIconTheme(themeName) {
|
function updateGtkIconTheme(themeName) {
|
||||||
|
|||||||
@@ -992,6 +992,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DankDropdown {
|
DankDropdown {
|
||||||
|
width: parent.width - Theme.iconSize - Theme.spacingXS
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
text: I18n.tr("Icon Theme")
|
text: I18n.tr("Icon Theme")
|
||||||
description: "DankShell & System Icons\n(requires restart)"
|
description: "DankShell & System Icons\n(requires restart)"
|
||||||
|
|||||||
Reference in New Issue
Block a user