CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
68 stars 124 forks source link

fix: fixed overflow issue in delete alarm section #515

Closed Spiral-Memory closed 2 weeks ago

Spiral-Memory commented 6 months ago

Description

This PR fixes the issue of overflow pixel issue while deleting an alarm.

Proposed Changes

Unnecessary columns were present, and the center widget, which was previously there, has now been changed to rows. The ordering of components has been adjusted.

Fixes #513

Screenshots

e8abc062-810c-41c9-a9b5-97e7be5597a8

Checklist

Spiral-Memory commented 5 months ago

@MarkisDev Done!