mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[improvement][ui] type icon spacing
This commit is contained in:
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
## [0.9.5] 2020
|
## [0.9.5] 2020
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
- minor UI improvements
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- resetting some configuration fields during initialization
|
- resetting some configuration fields during initialization
|
||||||
- Arch
|
- Arch
|
||||||
|
|||||||
@@ -349,6 +349,7 @@ class AppsTable(QTableWidget):
|
|||||||
self.cache_type_icon[pkg.model.get_type()] = icon_data
|
self.cache_type_icon[pkg.model.get_type()] = icon_data
|
||||||
|
|
||||||
item = QLabel()
|
item = QLabel()
|
||||||
|
item.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Preferred)
|
||||||
item.setPixmap(icon_data['px'])
|
item.setPixmap(icon_data['px'])
|
||||||
item.setAlignment(Qt.AlignCenter)
|
item.setAlignment(Qt.AlignCenter)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user