You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/03/17 22:59:48 UTC

[royale-asjs] branch develop updated: fix jewel bartitle ellipsis

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 820f5a9  fix jewel bartitle ellipsis
820f5a9 is described below

commit 820f5a95f1721b919f5dfbe9275728733e1810c7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 17 23:59:41 2019 +0100

    fix jewel bartitle ellipsis
---
 frameworks/projects/Jewel/src/main/resources/defaults.css          | 2 ++
 frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass | 1 +
 frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass | 1 +
 3 files changed, 4 insertions(+)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index fe5f79e..289c7b4 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -795,6 +795,7 @@ j|DropDownList {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   white-space: nowrap;
+  flex: 1 1 auto;
   overflow: hidden;
   z-index: 1;
   line-height: 2rem;
@@ -3826,6 +3827,7 @@ j|TitleBar {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   white-space: nowrap;
+  flex: 1 1 auto;
   overflow: hidden;
   z-index: 1;
   line-height: 2rem;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass b/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass
index 4776acc..2a85e25 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_footerbar.sass
@@ -79,6 +79,7 @@ $footer-bar-button-size: 48px
         -moz-osx-font-smoothing: grayscale
         -webkit-font-smoothing: antialiased
         white-space: nowrap
+        flex: 1 1 auto
         overflow: hidden
         z-index: 1
         line-height: 2rem
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass b/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
index 0f47736..283b6f6 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
@@ -78,6 +78,7 @@ $top-app-bar-button-size: 48px
         -moz-osx-font-smoothing: grayscale
         -webkit-font-smoothing: antialiased
         white-space: nowrap
+        flex: 1 1 auto
         overflow: hidden
         z-index: 1
         line-height: 2rem