sidebar resizing

This commit is contained in:
end-4
2025-05-05 12:23:35 +02:00
parent 0ae52eafdc
commit 7469d8264f
4 changed files with 28 additions and 5 deletions
@@ -228,6 +228,7 @@ Singleton {
property int barCenterSideModuleWidth: 360
property int barPreferredSideSectionWidth: 400
property int sidebarWidth: 450
property int sidebarWidthExtended: 700
property int notificationPopupWidth: 410
property int searchWidthCollapsed: 260
property int searchWidth: 450
@@ -63,6 +63,7 @@ ToolTip {
anchors.centerIn: parent
text: content
font.pixelSize: Appearance.font.pixelSize.smaller
font.hintingPreference: Font.PreferNoHinting // Prevent shaky text
color: Appearance.colors.colOnTooltip
wrapMode: Text.Wrap
}