Procházet zdrojové kódy

aligned file caption text to center

ashilkn před 2 roky
rodič
revize
8c8d18e6b9
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      lib/ui/viewer/file/fading_bottom_bar.dart

+ 1 - 0
lib/ui/viewer/file/fading_bottom_bar.dart

@@ -207,6 +207,7 @@ class FadingBottomBarState extends State<FadingBottomBar> {
                             style: getEnteTextTheme(context)
                                 .small
                                 .copyWith(color: textBaseDark),
+                            textAlign: TextAlign.center,
                           ),
                         )
                       : const SizedBox.shrink(),