mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 00:24:15 +02:00
[ui] Only centralizing the panel for the first refresh
This commit is contained in:
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
### UI
|
### UI
|
||||||
- Default **Type** icon removed from the Type filter to make the design more consistent with the Category filter.
|
- Default **Type** icon removed from the Type filter to make the design more consistent with the Category filter.
|
||||||
|
- Only centralizing the panel for the first refresh
|
||||||
|
|
||||||
## [0.8.0] 2019-12-24
|
## [0.8.0] 2019-12-24
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -843,7 +843,8 @@ class ManageWindow(QWidget):
|
|||||||
if self.ref_bt_upgrade.isVisible() and self.bt_upgrade.visibleRegion().isEmpty():
|
if self.ref_bt_upgrade.isVisible() and self.bt_upgrade.visibleRegion().isEmpty():
|
||||||
self.adjustSize()
|
self.adjustSize()
|
||||||
|
|
||||||
qt_utils.centralize(self)
|
if self.first_refresh:
|
||||||
|
qt_utils.centralize(self)
|
||||||
|
|
||||||
def update_selected(self):
|
def update_selected(self):
|
||||||
if self.pkgs:
|
if self.pkgs:
|
||||||
|
|||||||
Reference in New Issue
Block a user