mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove hard-coded size from label component
This isn't necessary anymore with the default font size fixed, remove it. The label itself is still useful for coloring, and perhaps more styling in the future. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cc032c9830
commit
0e26afbf0a
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,5 @@ import QtQuick.Dialogs 1.2
|
|||
import QtQuick.Layouts 1.1
|
||||
|
||||
Text {
|
||||
|
||||
font.pointSize: 18
|
||||
color: theme.textColor
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue