mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Do not align partition boundaries unless explicitly requested.
This commit is contained in:
parent
9d995f3625
commit
2e173c183f
2 changed files with 44 additions and 4 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
qint64 firstSector() const;
|
||||
qint64 lastSector() const;
|
||||
|
||||
bool isDirty() const;
|
||||
|
||||
private:
|
||||
QPointer< PartResizerWidget > m_partResizerWidget;
|
||||
QPointer< QSpinBox > m_spinBox;
|
||||
|
@ -65,6 +67,9 @@ private:
|
|||
|
||||
void connectWidgets();
|
||||
void doUpdateSpinBox();
|
||||
void doAlignAndUpdatePartResizerWidget( qint64 fistSector, qint64 lastSector );
|
||||
|
||||
bool m_dirty = false;
|
||||
|
||||
private Q_SLOTS:
|
||||
void updatePartResizerWidget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue