diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-26 15:52:43 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-26 15:52:43 -0400 |
commit | 086e63c81bc037fd255230313bffb4de907d8b97 (patch) | |
tree | 3f7e9067619f6e96826094451a15463e408e103a /lumina-fm/widgets/SlideshowWidget.ui | |
parent | Clean up some of the new widgets/functionality: (diff) | |
download | lumina-086e63c81bc037fd255230313bffb4de907d8b97.tar.gz lumina-086e63c81bc037fd255230313bffb4de907d8b97.tar.bz2 lumina-086e63c81bc037fd255230313bffb4de907d8b97.zip |
Add support for the "New [File/Dir]" buttons back into lumina-fm.
Diffstat (limited to 'lumina-fm/widgets/SlideshowWidget.ui')
-rw-r--r-- | lumina-fm/widgets/SlideshowWidget.ui | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/lumina-fm/widgets/SlideshowWidget.ui b/lumina-fm/widgets/SlideshowWidget.ui index d262d5ec..cab4c5f9 100644 --- a/lumina-fm/widgets/SlideshowWidget.ui +++ b/lumina-fm/widgets/SlideshowWidget.ui @@ -14,6 +14,18 @@ <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> + <property name="leftMargin"> + <number>1</number> + </property> + <property name="topMargin"> + <number>1</number> + </property> + <property name="rightMargin"> + <number>1</number> + </property> + <property name="bottomMargin"> + <number>1</number> + </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> @@ -128,8 +140,8 @@ <rect> <x>0</x> <y>0</y> - <width>350</width> - <height>250</height> + <width>364</width> + <height>264</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> |